Html Css Color HEX #02AEEC Deep Sky Blue

📋 copy color: '#02AEEC'

red 2 ◦ green 174 ◦ blue 236

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

Shades of Deep Sky Blue #02AEEC

Tints of Deep Sky Blue #02AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

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

R = 0.49%
G = 42.23%
B = 57.28%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02AEEC (or 0x02AEEC) is known color: Deep Sky Blue. HEX triplet: 02, AE and EC. RGB value is (2,174,236). Sum of RGB (Red+Green+Blue) = 2+174+236=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #02AEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02AEEC is #FD5113. Grayscale: #818181. Windows color (decimal): -16601364 or 15511042. OLE color: 15511042.

HSL color Cylindrical-coordinate representation of color #02AEEC: hue angle of 195.9º 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 #02AEEC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 174 236 -
CMYK 0.99 0.26 0 0.07
HSL 195.9º 0.98% 0.47% -
HSV(B) 195.9º 0.99% 0.93% -
XYZ 30.3 36.34 84.77 -
YUV 129.64 188.02 36.96 -
System Red Green Blue C M Y K H S L
Decimal 2 174 236 0.99 0.26 0 0.07 195.9 0.98 0.47
Hex 2 AE EC 63 1A 0 7 C4 62 2F
Octal 2 256 354 143 32 0 7 304 142 57
Binary 10 10101110 11101100 1100011 11010 0 111 11000100 1100010 101111

Color Harmonies of #02AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AEEC

Black with #02AEEC

Text Example


Text Example

White with #02AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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