Shades of Deep Sky Blue #0FCCFA
Tints of Deep Sky Blue #0FCCFA
RGB
CMYK
RGB Variations
Color information
#0FCCFA (or 0x0FCCFA) is known color: Deep Sky Blue. HEX triplet: 0F, CC and FA. RGB value is (15,204,250). Sum of RGB (Red+Green+Blue) = 15+204+250=469 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.20% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FCCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCCFA is #F03305. Grayscale: #989898. Windows color (decimal): -15741702 or 16436239. OLE color: 16436239.
HSL color Cylindrical-coordinate representation of color #0FCCFA: hue angle of 191.74º 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 #0FCCFA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 204 | 250 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.02 |
| HSL | 191.74º | 0.96% | 0.52% | - |
| HSV(B) | 191.74º | 0.94% | 0.98% | - |
| XYZ | 39.05 | 50.19 | 98.07 | - |
| YUV | 152.73 | 182.88 | 29.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 250 | 0.94 | 0.18 | 0 | 0.02 | 191.74 | 0.96 | 0.52 |
| Hex | F | CC | FA | 5E | 12 | 0 | 2 | C0 | 60 | 34 |
| Octal | 17 | 314 | 372 | 136 | 22 | 0 | 2 | 300 | 140 | 64 |
| Binary | 1111 | 11001100 | 11111010 | 1011110 | 10010 | 0 | 10 | 11000000 | 1100000 | 110100 |
Color Harmonies of #0FCCFA
Complementary color
Monochromatic Colors of #0FCCFA
Black with #0FCCFA
Text Example
Text Example
White with #0FCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCCFA; }
p { color: rgb(15,204,250); }
H1.HeaderClassName
{
color: #0FCCFA;
}
.AnyTagClassName
{
color: #0FCCFA;
}
</style>
background-color css
<style>
a { background-color: #0FCCFA; }
a { background-color: rgb(15,204,250); }
div.DivClassName
{
background-color: #0FCCFA;
}
.BgClassName
{
background-color: #0FCCFA;
}
</style>
border-color css
<style>
span { border-color: #0FCCFA; }
span { border-color: rgb(15,204,250); }
td.TdClassName
{
border-color: #0FCCFA;
}
.TagClassName
{
border-color: #0FCCFA;
}
</style>