Shades of Deep Sky Blue #02C3FF
Tints of Deep Sky Blue #02C3FF
RGB
CMYK
RGB Variations
Color information
#02C3FF (or 0x02C3FF) is known color: Deep Sky Blue. HEX triplet: 02, C3 and FF. RGB value is (2,195,255). Sum of RGB (Red+Green+Blue) = 2+195+255=452 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #02C3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C3FF is #FD3C00. Grayscale: #8F8F8F. Windows color (decimal): -16595969 or 16761602. OLE color: 16761602.
HSL color Cylindrical-coordinate representation of color #02C3FF: hue angle of 194.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C3FF is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 195 | 255 | - |
| CMYK | 0.99 | 0.24 | 0 | 0 |
| HSL | 194.23º | 1% | 0.5% | - |
| HSV(B) | 194.23º | 0.99% | 1% | - |
| XYZ | 37.59 | 46.26 | 101.56 | - |
| YUV | 144.13 | 190.56 | 26.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 255 | 0.99 | 0.24 | 0 | 0 | 194.23 | 1 | 0.5 |
| Hex | 2 | C3 | FF | 63 | 18 | 0 | 0 | C2 | 64 | 32 |
| Octal | 2 | 303 | 377 | 143 | 30 | 0 | 0 | 302 | 144 | 62 |
| Binary | 10 | 11000011 | 11111111 | 1100011 | 11000 | 0 | 0 | 11000010 | 1100100 | 110010 |
Color Harmonies of #02C3FF
Complementary color
Monochromatic Colors of #02C3FF
Black with #02C3FF
Text Example
Text Example
White with #02C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C3FF; }
p { color: rgb(2,195,255); }
H1.HeaderClassName
{
color: #02C3FF;
}
.AnyTagClassName
{
color: #02C3FF;
}
</style>
background-color css
<style>
a { background-color: #02C3FF; }
a { background-color: rgb(2,195,255); }
div.DivClassName
{
background-color: #02C3FF;
}
.BgClassName
{
background-color: #02C3FF;
}
</style>
border-color css
<style>
span { border-color: #02C3FF; }
span { border-color: rgb(2,195,255); }
td.TdClassName
{
border-color: #02C3FF;
}
.TagClassName
{
border-color: #02C3FF;
}
</style>