Html Css Color HEX #02ABE6 Deep Sky Blue

📋 copy color: '#02ABE6'

red 2 ◦ green 171 ◦ blue 230

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

Shades of Deep Sky Blue #02ABE6

Tints of Deep Sky Blue #02ABE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 57.07%

R = 0.5%
G = 42.43%
B = 57.07%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#02ABE6 (or 0x02ABE6) is known color: Deep Sky Blue. HEX triplet: 02, AB and E6. RGB value is (2,171,230). Sum of RGB (Red+Green+Blue) = 2+171+230=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 230 (90.23% from 255 or 57.07% from 403); Max value from RGB is 230 - color contains mainly: blue. Hex color #02ABE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ABE6 is #FD5419. Grayscale: #7E7E7E. Windows color (decimal): -16602138 or 15117058. OLE color: 15117058.

HSL color Cylindrical-coordinate representation of color #02ABE6: hue angle of 195.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABE6 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 171 230 -
CMYK 0.99 0.26 0 0.10
HSL 195.53º 0.98% 0.45% -
HSV(B) 195.53º 0.99% 0.9% -
XYZ 28.87 34.85 80.07 -
YUV 127.2 186.01 38.7 -
System Red Green Blue C M Y K H S L
Decimal 2 171 230 0.99 0.26 0 0.10 195.53 0.98 0.45
Hex 2 AB E6 63 1A 0 A C4 62 2D
Octal 2 253 346 143 32 0 12 304 142 55
Binary 10 10101011 11100110 1100011 11010 0 1010 11000100 1100010 101101

Color Harmonies of #02ABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABE6

Black with #02ABE6

Text Example


Text Example

White with #02ABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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