#2db8ee

Color #2DB8EE Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2DB8EE

Tints of Summer Sky #2DB8EE

Color information

#2DB8EE (or 0x2DB8EE) is unknown color: approx Summer Sky. HEX triplet: 2D, B8 and EE. RGB value is (45,184,238). Sum of RGB (Red+Green+Blue) = 45+184+238=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DB8EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB8EE is #D24711. Grayscale: #949494. Windows color (decimal): -13780754 or 15644717. OLE color: 15644717.

HSL color Cylindrical-coordinate representation of color #2DB8EE: hue angle of 196.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DB8EE is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB45184238-
CMYK0.810.2300.07
HSL196.79º85.02%55.49%-
HSV(B)196.79º81.09%93.33%-
XYZ33.6641.0187.03-
YUV148.6178.4554.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 9.64%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=9.64%
G=39.40%
B=50.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal451842380.810.2300.07196.7985.0255.49
Hex2DB8EE511707c55537
Octal55270356121270730512567
Binary10110110111000111011101010001101110111110001011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db8ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2db8ee; }

 p { color: rgb(45,184,238); }

 H1.HeaderClassName
 {
   color: #2db8ee;
 }
 .AnyTagClassName
 {
   color: #2db8ee;
 }
</style>
background-color css

<style>
 a { background-color: #2db8ee; }

 a { background-color: rgb(45,184,238); }

 div.DivClassName
 {
   background-color: #2db8ee;
 }
 .BgClassName
 {
   background-color: #2db8ee;
 }
</style>
border-color css

<style>
 span { border-color: #2db8ee; }

 span { border-color: rgb(45,184,238); }

 td.TdClassName
 {
   border-color: #2db8ee;
 }
 .TagClassName
 {
   border-color: #2db8ee;
 }
</style>