#02C7F0

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

Shades of Deep Sky Blue #02C7F0

Tints of Deep Sky Blue #02C7F0

Color information

#02C7F0 (or 0x02C7F0) is unknown color: approx Deep Sky Blue. HEX triplet: 02, C7 and F0. RGB value is (2,199,240). Sum of RGB (Red+Green+Blue) = 2+199+240=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #02C7F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C7F0 is #FD380F. Grayscale: #909090. Windows color (decimal): -16594960 or 15779586. OLE color: 15779586.

HSL color Cylindrical-coordinate representation of color #02C7F0: hue angle of 190.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C7F0 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2199240-
CMYK0.990.1700.06
HSL190.34º98.35%47.45%-
HSV(B)190.34º99.17%94.12%-
XYZ36.1847.1589.63-
YUV144.77181.7326.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 199 (78.12% from 255) = 45.12%
BLUE value IS 240 (94.14% from 255) = 54.42%
R=0.45%
G=45.12%
B=54.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal21992400.990.1700.06190.3498.3547.45
Hex2C7F0631106be622f
Octal2307360143210627614257
Binary1011000111111100001100011100010110101111101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,199,240); }

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

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

 a { background-color: rgb(2,199,240); }

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

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

 span { border-color: rgb(2,199,240); }

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