Html Css Color HEX #02ACFC Deep Sky Blue

📋 copy color: '#02ACFC'

red 2 ◦ green 172 ◦ blue 252

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

Shades of Deep Sky Blue #02ACFC

Tints of Deep Sky Blue #02ACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 0.47%
G = 40.38%
B = 59.15%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#02ACFC (or 0x02ACFC) is known color: Deep Sky Blue. HEX triplet: 02, AC and FC. RGB value is (2,172,252). Sum of RGB (Red+Green+Blue) = 2+172+252=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #02ACFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ACFC is #FD5303. Grayscale: #818181. Windows color (decimal): -16601860 or 16559106. OLE color: 16559106.

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

Color convert

RGB 2 172 252 -
CMYK 0.99 0.32 0 0.01
HSL 199.2º 0.98% 0.5% -
HSV(B) 199.2º 0.99% 0.99% -
XYZ 32.35 36.55 97.44 -
YUV 130.29 196.68 36.5 -
System Red Green Blue C M Y K H S L
Decimal 2 172 252 0.99 0.32 0 0.01 199.2 0.98 0.5
Hex 2 AC FC 63 20 0 1 C7 62 32
Octal 2 254 374 143 40 0 1 307 142 62
Binary 10 10101100 11111100 1100011 100000 0 1 11000111 1100010 110010

Color Harmonies of #02ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACFC

Black with #02ACFC

Text Example


Text Example

White with #02ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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