#02A0F1

Color #02A0F1 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #02A0F1

Tints of Deep Sky Blue #02A0F1

Color information

#02A0F1 (or 0x02A0F1) is unknown color: approx Deep Sky Blue. HEX triplet: 02, A0 and F1. RGB value is (2,160,241). Sum of RGB (Red+Green+Blue) = 2+160+241=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #02A0F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A0F1 is #FD5F0E. Grayscale: #797979. Windows color (decimal): -16604943 or 15835138. OLE color: 15835138.

HSL color Cylindrical-coordinate representation of color #02A0F1: hue angle of 200.33º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A0F1 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2160241-
CMYK0.990.3400.05
HSL200.33º98.35%47.65%-
HSV(B)200.33º99.17%94.51%-
XYZ28.4731.5187.8-
YUV121.99195.1542.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.50%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 241 (94.53% from 255) = 59.80%
R=0.50%
G=39.70%
B=59.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21602410.990.3400.05200.3398.3547.65
Hex2A0F1632205c86230
Octal2240361143420531014260
Binary10101000001111000111000111000100101110010001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,160,241); }

 H1.HeaderClassName
 {
   color: #02A0F1;
 }
 .AnyTagClassName
 {
   color: #02A0F1;
 }
</style>
background-color css

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

 a { background-color: rgb(2,160,241); }

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

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

 span { border-color: rgb(2,160,241); }

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