#02B1F9

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

Shades of Deep Sky Blue #02B1F9

Tints of Deep Sky Blue #02B1F9

Color information

#02B1F9 (or 0x02B1F9) is unknown color: approx Deep Sky Blue. HEX triplet: 02, B1 and F9. RGB value is (2,177,249). Sum of RGB (Red+Green+Blue) = 2+177+249=428 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #02B1F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02B1F9 is #FD4E06. Grayscale: #848484. Windows color (decimal): -16600583 or 16363778. OLE color: 16363778.

HSL color Cylindrical-coordinate representation of color #02B1F9: hue angle of 197.49º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B1F9 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2177249-
CMYK0.990.2900.02
HSL197.49º98.41%49.22%-
HSV(B)197.49º99.2%97.65%-
XYZ32.8538.395.28-
YUV132.88193.5234.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.47%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 249 (97.66% from 255) = 58.18%
R=0.47%
G=41.36%
B=58.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21772490.990.2900.02197.4998.4149.22
Hex2B1F9631D02c56231
Octal2261371143350230514261
Binary101011000111111001110001111101010110001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,177,249); }

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

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

 a { background-color: rgb(2,177,249); }

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

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

 span { border-color: rgb(2,177,249); }

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