#02C5F9

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

Shades of Deep Sky Blue #02C5F9

Tints of Deep Sky Blue #02C5F9

Color information

#02C5F9 (or 0x02C5F9) is unknown color: approx Deep Sky Blue. HEX triplet: 02, C5 and F9. RGB value is (2,197,249). Sum of RGB (Red+Green+Blue) = 2+197+249=448 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #02C5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C5F9 is #FD3A06. Grayscale: #909090. Windows color (decimal): -16595463 or 16368898. OLE color: 16368898.

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

Color convert

RGB2197249-
CMYK0.990.2100.02
HSL192.63º98.41%49.22%-
HSV(B)192.63º99.2%97.65%-
XYZ37.0946.7896.7-
YUV144.62186.926.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 197 (77.34% from 255) = 43.97%
BLUE value IS 249 (97.66% from 255) = 55.58%
R=0.45%
G=43.97%
B=55.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21972490.990.2100.02192.6398.4149.22
Hex2C5F9631502c16231
Octal2305371143250230114261
Binary101100010111111001110001110101010110000011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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