#1EB8DD

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

Shades of Summer Sky #1EB8DD

Tints of Summer Sky #1EB8DD

Color information

#1EB8DD (or 0x1EB8DD) is unknown color: approx Summer Sky. HEX triplet: 1E, B8 and DD. RGB value is (30,184,221). Sum of RGB (Red+Green+Blue) = 30+184+221=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EB8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB8DD is #E14722. Grayscale: #8D8D8D. Windows color (decimal): -14763811 or 14530590. OLE color: 14530590.

HSL color Cylindrical-coordinate representation of color #1EB8DD: hue angle of 191.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EB8DD is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB30184221-
CMYK0.860.1700.13
HSL191.62º76.1%49.22%-
HSV(B)191.62º86.43%86.67%-
XYZ30.7339.7874.46-
YUV142.17172.4847.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.90%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=6.90%
G=42.30%
B=50.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301842210.860.1700.13191.6276.149.22
Hex1EB8DD56110Dc04c31
Octal362703351262101530011461
Binary11110101110001101110110101101000101101110000001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EB8DD; }

 p { color: rgb(30,184,221); }

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

<style>
 a { background-color: #1EB8DD; }

 a { background-color: rgb(30,184,221); }

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

<style>
 span { border-color: #1EB8DD; }

 span { border-color: rgb(30,184,221); }

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