Shades of Deep Sky Blue #0FCEFC
Tints of Deep Sky Blue #0FCEFC
RGB
CMYK
RGB Variations
Color information
#0FCEFC (or 0x0FCEFC) is known color: Deep Sky Blue. HEX triplet: 0F, CE and FC. RGB value is (15,206,252). Sum of RGB (Red+Green+Blue) = 15+206+252=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FCEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCEFC is #F03103. Grayscale: #999999. Windows color (decimal): -15741188 or 16567823. OLE color: 16567823.
HSL color Cylindrical-coordinate representation of color #0FCEFC: hue angle of 191.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCEFC is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 206 | 252 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.01 |
| HSL | 191.65º | 0.98% | 0.52% | - |
| HSV(B) | 191.65º | 0.94% | 0.99% | - |
| XYZ | 39.84 | 51.27 | 99.89 | - |
| YUV | 154.14 | 183.22 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 252 | 0.94 | 0.18 | 0 | 0.01 | 191.65 | 0.98 | 0.52 |
| Hex | F | CE | FC | 5E | 12 | 0 | 1 | C0 | 62 | 34 |
| Octal | 17 | 316 | 374 | 136 | 22 | 0 | 1 | 300 | 142 | 64 |
| Binary | 1111 | 11001110 | 11111100 | 1011110 | 10010 | 0 | 1 | 11000000 | 1100010 | 110100 |
Color Harmonies of #0FCEFC
Complementary color
Monochromatic Colors of #0FCEFC
Black with #0FCEFC
Text Example
Text Example
White with #0FCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEFC; }
p { color: rgb(15,206,252); }
H1.HeaderClassName
{
color: #0FCEFC;
}
.AnyTagClassName
{
color: #0FCEFC;
}
</style>
background-color css
<style>
a { background-color: #0FCEFC; }
a { background-color: rgb(15,206,252); }
div.DivClassName
{
background-color: #0FCEFC;
}
.BgClassName
{
background-color: #0FCEFC;
}
</style>
border-color css
<style>
span { border-color: #0FCEFC; }
span { border-color: rgb(15,206,252); }
td.TdClassName
{
border-color: #0FCEFC;
}
.TagClassName
{
border-color: #0FCEFC;
}
</style>