Html Css Color HEX #02ABFE Deep Sky Blue

📋 copy color: '#02ABFE'

red 2 ◦ green 171 ◦ blue 254

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

Shades of Deep Sky Blue #02ABFE

Tints of Deep Sky Blue #02ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.05%

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 0.47%
G = 40.05%
B = 59.48%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#02ABFE (or 0x02ABFE) is known color: Deep Sky Blue. HEX triplet: 02, AB and FE. RGB value is (2,171,254). Sum of RGB (Red+Green+Blue) = 2+171+254=427 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #02ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ABFE is #FD5401. Grayscale: #818181. Windows color (decimal): -16602114 or 16689922. OLE color: 16689922.

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

Color convert

RGB 2 171 254 -
CMYK 0.99 0.33 0 0.00
HSL 199.76º 0.99% 0.5% -
HSV(B) 199.76º 0.99% 1% -
XYZ 32.48 36.29 99.06 -
YUV 129.93 198.01 36.75 -
System Red Green Blue C M Y K H S L
Decimal 2 171 254 0.99 0.33 0 0.00 199.76 0.99 0.5
Hex 2 AB FE 63 21 0 0 C8 63 32
Octal 2 253 376 143 41 0 0 310 143 62
Binary 10 10101011 11111110 1100011 100001 0 0 11001000 1100011 110010

Color Harmonies of #02ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABFE

Black with #02ABFE

Text Example


Text Example

White with #02ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,171,254); }

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

background-color css

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

 a { background-color: rgb(2,171,254); }

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

border-color css

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

 span { border-color: rgb(2,171,254); }

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