#1EBCE0

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

Shades of Summer Sky #1EBCE0

Tints of Summer Sky #1EBCE0

Color information

#1EBCE0 (or 0x1EBCE0) is unknown color: approx Summer Sky. HEX triplet: 1E, BC and E0. RGB value is (30,188,224). Sum of RGB (Red+Green+Blue) = 30+188+224=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #1EBCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCE0 is #E1431F. Grayscale: #909090. Windows color (decimal): -14762784 or 14728222. OLE color: 14728222.

HSL color Cylindrical-coordinate representation of color #1EBCE0: hue angle of 191.13º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBCE0 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB30188224-
CMYK0.870.1600.12
HSL191.13º76.38%49.8%-
HSV(B)191.13º86.61%87.84%-
XYZ31.9741.6276.87-
YUV144.86172.6546.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.79%
GREEN value IS 188 (73.83% from 255) = 42.53%
BLUE value IS 224 (87.89% from 255) = 50.68%
R=6.79%
G=42.53%
B=50.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal301882240.870.1600.12191.1376.3849.8
Hex1EBCE057100Cbf4c32
Octal362743401272001427711462
Binary11110101111001110000010101111000001100101111111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,188,224); }

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

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

 a { background-color: rgb(30,188,224); }

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

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

 span { border-color: rgb(30,188,224); }

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