Shades of Deep Sky Blue #02CCF0
Tints of Deep Sky Blue #02CCF0
RGB
CMYK
RGB Variations
Color information
#02CCF0 (or 0x02CCF0) is known color: Deep Sky Blue. HEX triplet: 02, CC and F0. RGB value is (2,204,240). Sum of RGB (Red+Green+Blue) = 2+204+240=446 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #02CCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CCF0 is #FD330F. Grayscale: #939393. Windows color (decimal): -16593680 or 15780866. OLE color: 15780866.
HSL color Cylindrical-coordinate representation of color #02CCF0: hue angle of 189.08º 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 #02CCF0 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 204 | 240 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.06 |
| HSL | 189.08º | 0.98% | 0.47% | - |
| HSV(B) | 189.08º | 0.99% | 0.94% | - |
| XYZ | 37.35 | 49.49 | 90.02 | - |
| YUV | 147.71 | 180.08 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 240 | 0.99 | 0.15 | 0 | 0.06 | 189.08 | 0.98 | 0.47 |
| Hex | 2 | CC | F0 | 63 | F | 0 | 6 | BD | 62 | 2F |
| Octal | 2 | 314 | 360 | 143 | 17 | 0 | 6 | 275 | 142 | 57 |
| Binary | 10 | 11001100 | 11110000 | 1100011 | 1111 | 0 | 110 | 10111101 | 1100010 | 101111 |
Color Harmonies of #02CCF0
Complementary color
Monochromatic Colors of #02CCF0
Black with #02CCF0
Text Example
Text Example
White with #02CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CCF0; }
p { color: rgb(2,204,240); }
H1.HeaderClassName
{
color: #02CCF0;
}
.AnyTagClassName
{
color: #02CCF0;
}
</style>
background-color css
<style>
a { background-color: #02CCF0; }
a { background-color: rgb(2,204,240); }
div.DivClassName
{
background-color: #02CCF0;
}
.BgClassName
{
background-color: #02CCF0;
}
</style>
border-color css
<style>
span { border-color: #02CCF0; }
span { border-color: rgb(2,204,240); }
td.TdClassName
{
border-color: #02CCF0;
}
.TagClassName
{
border-color: #02CCF0;
}
</style>