Shades of Deep Sky Blue #0FCCEB
Tints of Deep Sky Blue #0FCCEB
RGB
CMYK
RGB Variations
Color information
#0FCCEB (or 0x0FCCEB) is known color: Deep Sky Blue. HEX triplet: 0F, CC and EB. RGB value is (15,204,235). Sum of RGB (Red+Green+Blue) = 15+204+235=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FCCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCCEB is #F03314. Grayscale: #969696. Windows color (decimal): -15741717 or 15453199. OLE color: 15453199.
HSL color Cylindrical-coordinate representation of color #0FCCEB: hue angle of 188.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCCEB is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 204 | 235 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.08 |
| HSL | 188.45º | 0.88% | 0.49% | - |
| HSV(B) | 188.45º | 0.94% | 0.92% | - |
| XYZ | 36.79 | 49.29 | 86.17 | - |
| YUV | 151.02 | 175.38 | 30.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 235 | 0.94 | 0.13 | 0 | 0.08 | 188.45 | 0.88 | 0.49 |
| Hex | F | CC | EB | 5E | D | 0 | 8 | BC | 58 | 31 |
| Octal | 17 | 314 | 353 | 136 | 15 | 0 | 10 | 274 | 130 | 61 |
| Binary | 1111 | 11001100 | 11101011 | 1011110 | 1101 | 0 | 1000 | 10111100 | 1011000 | 110001 |
Color Harmonies of #0FCCEB
Complementary color
Monochromatic Colors of #0FCCEB
Black with #0FCCEB
Text Example
Text Example
White with #0FCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCCEB; }
p { color: rgb(15,204,235); }
H1.HeaderClassName
{
color: #0FCCEB;
}
.AnyTagClassName
{
color: #0FCCEB;
}
</style>
background-color css
<style>
a { background-color: #0FCCEB; }
a { background-color: rgb(15,204,235); }
div.DivClassName
{
background-color: #0FCCEB;
}
.BgClassName
{
background-color: #0FCCEB;
}
</style>
border-color css
<style>
span { border-color: #0FCCEB; }
span { border-color: rgb(15,204,235); }
td.TdClassName
{
border-color: #0FCCEB;
}
.TagClassName
{
border-color: #0FCCEB;
}
</style>