Html Css Color HEX #02ACFF Deep Sky Blue

📋 copy color: '#02ACFF'

red 2 ◦ green 172 ◦ blue 255

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

Shades of Deep Sky Blue #02ACFF

Tints of Deep Sky Blue #02ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

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

R = 0.47%
G = 40.09%
B = 59.44%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#02ACFF (or 0x02ACFF) is known color: Deep Sky Blue. HEX triplet: 02, AC and FF. RGB value is (2,172,255). Sum of RGB (Red+Green+Blue) = 2+172+255=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #02ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ACFF is #FD5300. Grayscale: #828282. Windows color (decimal): -16601857 or 16755714. OLE color: 16755714.

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

Color convert

RGB 2 172 255 -
CMYK 0.99 0.33 0 0
HSL 199.68º 1% 0.5% -
HSV(B) 199.68º 0.99% 1% -
XYZ 32.83 36.74 99.97 -
YUV 130.63 198.18 36.25 -
System Red Green Blue C M Y K H S L
Decimal 2 172 255 0.99 0.33 0 0 199.68 1 0.5
Hex 2 AC FF 63 21 0 0 C8 64 32
Octal 2 254 377 143 41 0 0 310 144 62
Binary 10 10101100 11111111 1100011 100001 0 0 11001000 1100100 110010

Color Harmonies of #02ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACFF

Black with #02ACFF

Text Example


Text Example

White with #02ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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