#1EBBDC

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

Shades of Summer Sky #1EBBDC

Tints of Summer Sky #1EBBDC

Color information

#1EBBDC (or 0x1EBBDC) is unknown color: approx Summer Sky. HEX triplet: 1E, BB and DC. RGB value is (30,187,220). Sum of RGB (Red+Green+Blue) = 30+187+220=437 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.86% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBDC is #E14423. Grayscale: #8F8F8F. Windows color (decimal): -14763044 or 14465822. OLE color: 14465822.

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

Color convert

RGB30187220-
CMYK0.860.1500.14
HSL190.42º76%49.02%-
HSV(B)190.42º86.36%86.27%-
XYZ31.2240.9873.98-
YUV143.82170.9946.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.86%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=6.86%
G=42.79%
B=50.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal301872200.860.1500.14190.427649.02
Hex1EBBDC56F0Ebe4c31
Octal362733341261701627611461
Binary1111010111011110111001010110111101110101111101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,187,220); }

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

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

 a { background-color: rgb(30,187,220); }

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

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

 span { border-color: rgb(30,187,220); }

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