Html Css Color HEX #02AFEC Deep Sky Blue

📋 copy color: '#02AFEC'

red 2 ◦ green 175 ◦ blue 236

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

Shades of Deep Sky Blue #02AFEC

Tints of Deep Sky Blue #02AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.37%

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

R = 0.48%
G = 42.37%
B = 57.14%

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

#02AFEC (or 0x02AFEC) is known color: Deep Sky Blue. HEX triplet: 02, AF and EC. RGB value is (2,175,236). Sum of RGB (Red+Green+Blue) = 2+175+236=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #02AFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02AFEC is #FD5013. Grayscale: #818181. Windows color (decimal): -16601108 or 15511298. OLE color: 15511298.

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

Color convert

RGB 2 175 236 -
CMYK 0.99 0.26 0 0.07
HSL 195.64º 0.98% 0.47% -
HSV(B) 195.64º 0.99% 0.93% -
XYZ 30.5 36.73 84.84 -
YUV 130.23 187.69 36.54 -
System Red Green Blue C M Y K H S L
Decimal 2 175 236 0.99 0.26 0 0.07 195.64 0.98 0.47
Hex 2 AF EC 63 1A 0 7 C4 62 2F
Octal 2 257 354 143 32 0 7 304 142 57
Binary 10 10101111 11101100 1100011 11010 0 111 11000100 1100010 101111

Color Harmonies of #02AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AFEC

Black with #02AFEC

Text Example


Text Example

White with #02AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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