#1eb2dd

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

Shades of Summer Sky #1EB2DD

Tints of Summer Sky #1EB2DD

Color information

#1EB2DD (or 0x1EB2DD) is unknown color: approx Summer Sky. HEX triplet: 1E, B2 and DD. RGB value is (30,178,221). Sum of RGB (Red+Green+Blue) = 30+178+221=429 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.99% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EB2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB2DD is #E14D22. Grayscale: #8A8A8A. Windows color (decimal): -14765347 or 14529054. OLE color: 14529054.

HSL color Cylindrical-coordinate representation of color #1EB2DD: hue angle of 193.51º 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 #1EB2DD is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB30178221-
CMYK0.860.1900.13
HSL193.51º76.1%49.22%-
HSV(B)193.51º86.43%86.67%-
XYZ29.5137.3474.06-
YUV138.65174.4750.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.99%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=6.99%
G=41.49%
B=51.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301782210.860.1900.13193.5176.149.22
Hex1EB2DD56130Dc24c31
Octal362623351262301530211461
Binary11110101100101101110110101101001101101110000101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eb2dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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