Html Css Color HEX #1ECAEF Deep Sky Blue

📋 copy color: '#1ECAEF'

red 30 ◦ green 202 ◦ blue 239

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

Shades of Deep Sky Blue #1ECAEF

Tints of Deep Sky Blue #1ECAEF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.89%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 6.37%
G = 42.89%
B = 50.74%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1ECAEF (or 0x1ECAEF) is known color: Deep Sky Blue. HEX triplet: 1E, CA and EF. RGB value is (30,202,239). Sum of RGB (Red+Green+Blue) = 30+202+239=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ECAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECAEF is #E13510. Grayscale: #9A9A9A. Windows color (decimal): -14759185 or 15714846. OLE color: 15714846.

HSL color Cylindrical-coordinate representation of color #1ECAEF: hue angle of 190.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECAEF is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 202 239 -
CMYK 0.87 0.15 0 0.06
HSL 190.62º 0.87% 0.53% -
HSV(B) 190.62º 0.87% 0.94% -
XYZ 37.24 48.75 89.11 -
YUV 154.79 175.52 38.99 -
System Red Green Blue C M Y K H S L
Decimal 30 202 239 0.87 0.15 0 0.06 190.62 0.87 0.53
Hex 1E CA EF 57 F 0 6 BF 57 35
Octal 36 312 357 127 17 0 6 277 127 65
Binary 11110 11001010 11101111 1010111 1111 0 110 10111111 1010111 110101

Color Harmonies of #1ECAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECAEF

Black with #1ECAEF

Text Example


Text Example

White with #1ECAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,202,239); }

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

background-color css

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

 a { background-color: rgb(30,202,239); }

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

border-color css

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

 span { border-color: rgb(30,202,239); }

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