Shades of Deep Sky Blue #02C2FA
Tints of Deep Sky Blue #02C2FA
RGB
CMYK
RGB Variations
Color information
#02C2FA (or 0x02C2FA) is known color: Deep Sky Blue. HEX triplet: 02, C2 and FA. RGB value is (2,194,250). Sum of RGB (Red+Green+Blue) = 2+194+250=446 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #02C2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C2FA is #FD3D05. Grayscale: #8E8E8E. Windows color (decimal): -16596230 or 16433666. OLE color: 16433666.
HSL color Cylindrical-coordinate representation of color #02C2FA: hue angle of 193.55º 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 #02C2FA is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 194 | 250 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.02 |
| HSL | 193.55º | 0.98% | 0.49% | - |
| HSV(B) | 193.55º | 0.99% | 0.98% | - |
| XYZ | 36.57 | 45.5 | 97.3 | - |
| YUV | 142.98 | 188.39 | 27.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 250 | 0.99 | 0.22 | 0 | 0.02 | 193.55 | 0.98 | 0.49 |
| Hex | 2 | C2 | FA | 63 | 16 | 0 | 2 | C2 | 62 | 31 |
| Octal | 2 | 302 | 372 | 143 | 26 | 0 | 2 | 302 | 142 | 61 |
| Binary | 10 | 11000010 | 11111010 | 1100011 | 10110 | 0 | 10 | 11000010 | 1100010 | 110001 |
Color Harmonies of #02C2FA
Complementary color
Monochromatic Colors of #02C2FA
Black with #02C2FA
Text Example
Text Example
White with #02C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2FA; }
p { color: rgb(2,194,250); }
H1.HeaderClassName
{
color: #02C2FA;
}
.AnyTagClassName
{
color: #02C2FA;
}
</style>
background-color css
<style>
a { background-color: #02C2FA; }
a { background-color: rgb(2,194,250); }
div.DivClassName
{
background-color: #02C2FA;
}
.BgClassName
{
background-color: #02C2FA;
}
</style>
border-color css
<style>
span { border-color: #02C2FA; }
span { border-color: rgb(2,194,250); }
td.TdClassName
{
border-color: #02C2FA;
}
.TagClassName
{
border-color: #02C2FA;
}
</style>