Html Css Color HEX #02A1EB Deep Sky Blue

📋 copy color: '#02A1EB'

red 2 ◦ green 161 ◦ blue 235

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

Shades of Deep Sky Blue #02A1EB

Tints of Deep Sky Blue #02A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 0.5%
G = 40.45%
B = 59.05%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#02A1EB (or 0x02A1EB) is known color: Deep Sky Blue. HEX triplet: 02, A1 and EB. RGB value is (2,161,235). Sum of RGB (Red+Green+Blue) = 2+161+235=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #02A1EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A1EB is #FD5E14. Grayscale: #797979. Windows color (decimal): -16604693 or 15442178. OLE color: 15442178.

HSL color Cylindrical-coordinate representation of color #02A1EB: hue angle of 199.06º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1EB is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 161 235 -
CMYK 0.99 0.31 0 0.08
HSL 199.06º 0.98% 0.46% -
HSV(B) 199.06º 0.99% 0.92% -
XYZ 27.77 31.5 83.21 -
YUV 121.9 191.82 42.48 -
System Red Green Blue C M Y K H S L
Decimal 2 161 235 0.99 0.31 0 0.08 199.06 0.98 0.46
Hex 2 A1 EB 63 1F 0 8 C7 62 2E
Octal 2 241 353 143 37 0 10 307 142 56
Binary 10 10100001 11101011 1100011 11111 0 1000 11000111 1100010 101110

Color Harmonies of #02A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A1EB

Black with #02A1EB

Text Example


Text Example

White with #02A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,161,235); }

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

background-color css

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

 a { background-color: rgb(2,161,235); }

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

border-color css

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

 span { border-color: rgb(2,161,235); }

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