Html Css Color HEX #02ABEC Deep Sky Blue

📋 copy color: '#02ABEC'

red 2 ◦ green 171 ◦ blue 236

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

Shades of Deep Sky Blue #02ABEC

Tints of Deep Sky Blue #02ABEC

RGB

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

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

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

R = 0.49%
G = 41.81%
B = 57.7%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02ABEC (or 0x02ABEC) is known color: Deep Sky Blue. HEX triplet: 02, AB and EC. RGB value is (2,171,236). Sum of RGB (Red+Green+Blue) = 2+171+236=409 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #02ABEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ABEC is #FD5413. Grayscale: #7F7F7F. Windows color (decimal): -16602132 or 15510274. OLE color: 15510274.

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

Color convert

RGB 2 171 236 -
CMYK 0.99 0.28 0 0.07
HSL 196.67º 0.98% 0.47% -
HSV(B) 196.67º 0.99% 0.93% -
XYZ 29.73 35.19 84.58 -
YUV 127.88 189.01 38.21 -
System Red Green Blue C M Y K H S L
Decimal 2 171 236 0.99 0.28 0 0.07 196.67 0.98 0.47
Hex 2 AB EC 63 1C 0 7 C5 62 2F
Octal 2 253 354 143 34 0 7 305 142 57
Binary 10 10101011 11101100 1100011 11100 0 111 11000101 1100010 101111

Color Harmonies of #02ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABEC

Black with #02ABEC

Text Example


Text Example

White with #02ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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