Html Css Color HEX #02AFFF Deep Sky Blue

📋 copy color: '#02AFFF'

red 2 ◦ green 175 ◦ blue 255

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

Shades of Deep Sky Blue #02AFFF

Tints of Deep Sky Blue #02AFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 0.46%
G = 40.51%
B = 59.03%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#02AFFF (or 0x02AFFF) is known color: Deep Sky Blue. HEX triplet: 02, AF and FF. RGB value is (2,175,255). Sum of RGB (Red+Green+Blue) = 2+175+255=432 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #02AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02AFFF is #FD5000. Grayscale: #838383. Windows color (decimal): -16601089 or 16756482. OLE color: 16756482.

HSL color Cylindrical-coordinate representation of color #02AFFF: hue angle of 198.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AFFF is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 175 255 -
CMYK 0.99 0.31 0 0
HSL 198.97º 1% 0.5% -
HSV(B) 198.97º 0.99% 1% -
XYZ 33.41 37.89 100.16 -
YUV 132.39 197.19 35 -
System Red Green Blue C M Y K H S L
Decimal 2 175 255 0.99 0.31 0 0 198.97 1 0.5
Hex 2 AF FF 63 1F 0 0 C7 64 32
Octal 2 257 377 143 37 0 0 307 144 62
Binary 10 10101111 11111111 1100011 11111 0 0 11000111 1100100 110010

Color Harmonies of #02AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AFFF

Black with #02AFFF

Text Example


Text Example

White with #02AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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