Html Css Color HEX #02AAEC Deep Sky Blue

📋 copy color: '#02AAEC'

red 2 ◦ green 170 ◦ blue 236

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

Shades of Deep Sky Blue #02AAEC

Tints of Deep Sky Blue #02AAEC

RGB

 RED value IS 2 (1.17% from 255) = 0.49%

 GREEN value IS 170 (66.8% from 255) = 41.67%

 BLUE value IS 236 (92.58% from 255) = 57.84%

R = 0.49%
G = 41.67%
B = 57.84%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02AAEC (or 0x02AAEC) is known color: Deep Sky Blue. HEX triplet: 02, AA and EC. RGB value is (2,170,236). Sum of RGB (Red+Green+Blue) = 2+170+236=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #02AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02AAEC is #FD5513. Grayscale: #7E7E7E. Windows color (decimal): -16602388 or 15510018. OLE color: 15510018.

HSL color Cylindrical-coordinate representation of color #02AAEC: hue angle of 196.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAEC is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 170 236 -
CMYK 0.99 0.28 0 0.07
HSL 196.92º 0.98% 0.47% -
HSV(B) 196.92º 0.99% 0.93% -
XYZ 29.54 34.82 84.52 -
YUV 127.29 189.34 38.63 -
System Red Green Blue C M Y K H S L
Decimal 2 170 236 0.99 0.28 0 0.07 196.92 0.98 0.47
Hex 2 AA EC 63 1C 0 7 C5 62 2F
Octal 2 252 354 143 34 0 7 305 142 57
Binary 10 10101010 11101100 1100011 11100 0 111 11000101 1100010 101111

Color Harmonies of #02AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AAEC

Black with #02AAEC

Text Example


Text Example

White with #02AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02AAEC; }

 p { color: rgb(2,170,236); }

 H1.HeaderClassName
 {
   color: #02AAEC;
 }
 .AnyTagClassName
 {
   color: #02AAEC;
 }
</style>

background-color css

<style>
 a { background-color: #02AAEC; }

 a { background-color: rgb(2,170,236); }

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

border-color css

<style>
 span { border-color: #02AAEC; }

 span { border-color: rgb(2,170,236); }

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