#02A1F1

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

Shades of Deep Sky Blue #02A1F1

Tints of Deep Sky Blue #02A1F1

Color information

#02A1F1 (or 0x02A1F1) is unknown color: approx Deep Sky Blue. HEX triplet: 02, A1 and F1. RGB value is (2,161,241). Sum of RGB (Red+Green+Blue) = 2+161+241=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #02A1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A1F1 is #FD5E0E. Grayscale: #7A7A7A. Windows color (decimal): -16604687 or 15835394. OLE color: 15835394.

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

Color convert

RGB2161241-
CMYK0.990.3300.05
HSL200.08º98.35%47.65%-
HSV(B)200.08º99.17%94.51%-
XYZ28.6531.8587.86-
YUV122.58194.8242-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.50%
GREEN value IS 161 (63.28% from 255) = 39.85%
BLUE value IS 241 (94.53% from 255) = 59.65%
R=0.50%
G=39.85%
B=59.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21612410.990.3300.05200.0898.3547.65
Hex2A1F1632105c86230
Octal2241361143410531014260
Binary10101000011111000111000111000010101110010001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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