Shades of Deep Sky Blue #0FC2FA
Tints of Deep Sky Blue #0FC2FA
RGB
CMYK
RGB Variations
Color information
#0FC2FA (or 0x0FC2FA) is known color: Deep Sky Blue. HEX triplet: 0F, C2 and FA. RGB value is (15,194,250). Sum of RGB (Red+Green+Blue) = 15+194+250=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FC2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC2FA is #F03D05. Grayscale: #929292. Windows color (decimal): -15744262 or 16433679. OLE color: 16433679.
HSL color Cylindrical-coordinate representation of color #0FC2FA: hue angle of 194.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC2FA is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 194 | 250 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.02 |
| HSL | 194.3º | 0.96% | 0.52% | - |
| HSV(B) | 194.3º | 0.94% | 0.98% | - |
| XYZ | 36.74 | 45.59 | 97.31 | - |
| YUV | 146.86 | 186.2 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 250 | 0.94 | 0.22 | 0 | 0.02 | 194.3 | 0.96 | 0.52 |
| Hex | F | C2 | FA | 5E | 16 | 0 | 2 | C2 | 60 | 34 |
| Octal | 17 | 302 | 372 | 136 | 26 | 0 | 2 | 302 | 140 | 64 |
| Binary | 1111 | 11000010 | 11111010 | 1011110 | 10110 | 0 | 10 | 11000010 | 1100000 | 110100 |
Color Harmonies of #0FC2FA
Complementary color
Monochromatic Colors of #0FC2FA
Black with #0FC2FA
Text Example
Text Example
White with #0FC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC2FA; }
p { color: rgb(15,194,250); }
H1.HeaderClassName
{
color: #0FC2FA;
}
.AnyTagClassName
{
color: #0FC2FA;
}
</style>
background-color css
<style>
a { background-color: #0FC2FA; }
a { background-color: rgb(15,194,250); }
div.DivClassName
{
background-color: #0FC2FA;
}
.BgClassName
{
background-color: #0FC2FA;
}
</style>
border-color css
<style>
span { border-color: #0FC2FA; }
span { border-color: rgb(15,194,250); }
td.TdClassName
{
border-color: #0FC2FA;
}
.TagClassName
{
border-color: #0FC2FA;
}
</style>