#1EC0EA

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

Shades of Summer Sky #1EC0EA

Tints of Summer Sky #1EC0EA

Color information

#1EC0EA (or 0x1EC0EA) is unknown color: approx Summer Sky. HEX triplet: 1E, C0 and EA. RGB value is (30,192,234). Sum of RGB (Red+Green+Blue) = 30+192+234=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #1EC0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC0EA is #E13F15. Grayscale: #949494. Windows color (decimal): -14761750 or 15384606. OLE color: 15384606.

HSL color Cylindrical-coordinate representation of color #1EC0EA: hue angle of 192.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC0EA is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB30192234-
CMYK0.870.1800.08
HSL192.35º82.93%51.76%-
HSV(B)192.35º87.18%91.76%-
XYZ34.2443.9284.51-
YUV148.35176.3343.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.58%
GREEN value IS 192 (75.39% from 255) = 42.11%
BLUE value IS 234 (91.80% from 255) = 51.32%
R=6.58%
G=42.11%
B=51.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal301922340.870.1800.08192.3582.9351.76
Hex1EC0EA571208c05334
Octal363003521272201030012364
Binary11110110000001110101010101111001001000110000001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,192,234); }

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

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

 a { background-color: rgb(30,192,234); }

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

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

 span { border-color: rgb(30,192,234); }

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