Html Css Color HEX #1ECEF2 Deep Sky Blue

📋 copy color: '#1ECEF2'

red 30 ◦ green 206 ◦ blue 242

#1ECEF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1ECEF2

Tints of Deep Sky Blue #1ECEF2

RGB

 RED value IS 30 (12.11% from 255) = 6.28%

 GREEN value IS 206 (80.86% from 255) = 43.1%

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 6.28%
G = 43.1%
B = 50.63%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1ECEF2 (or 0x1ECEF2) is known color: Deep Sky Blue. HEX triplet: 1E, CE and F2. RGB value is (30,206,242). Sum of RGB (Red+Green+Blue) = 30+206+242=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #1ECEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECEF2 is #E1310D. Grayscale: #9D9D9D. Windows color (decimal): -14758158 or 15912478. OLE color: 15912478.

HSL color Cylindrical-coordinate representation of color #1ECEF2: hue angle of 190.19º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECEF2 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 206 242 -
CMYK 0.88 0.15 0 0.05
HSL 190.19º 0.89% 0.53% -
HSV(B) 190.19º 0.88% 0.95% -
XYZ 38.63 50.83 91.78 -
YUV 157.48 175.69 37.07 -
System Red Green Blue C M Y K H S L
Decimal 30 206 242 0.88 0.15 0 0.05 190.19 0.89 0.53
Hex 1E CE F2 58 F 0 5 BE 59 35
Octal 36 316 362 130 17 0 5 276 131 65
Binary 11110 11001110 11110010 1011000 1111 0 101 10111110 1011001 110101

Color Harmonies of #1ECEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECEF2

Black with #1ECEF2

Text Example


Text Example

White with #1ECEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,206,242); }

 H1.HeaderClassName
 {
   color: #1ECEF2;
 }
 .AnyTagClassName
 {
   color: #1ECEF2;
 }
</style>

background-color css

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

 a { background-color: rgb(30,206,242); }

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

border-color css

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

 span { border-color: rgb(30,206,242); }

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