Shades of Deep Sky Blue #0FCFEB
Tints of Deep Sky Blue #0FCFEB
RGB
CMYK
RGB Variations
Color information
#0FCFEB (or 0x0FCFEB) is known color: Deep Sky Blue. HEX triplet: 0F, CF and EB. RGB value is (15,207,235). Sum of RGB (Red+Green+Blue) = 15+207+235=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FCFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFEB is #F03014. Grayscale: #989898. Windows color (decimal): -15740949 or 15453967. OLE color: 15453967.
HSL color Cylindrical-coordinate representation of color #0FCFEB: hue angle of 187.64º 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 #0FCFEB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 207 | 235 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.08 |
| HSL | 187.64º | 0.88% | 0.49% | - |
| HSV(B) | 187.64º | 0.94% | 0.92% | - |
| XYZ | 37.51 | 50.73 | 86.41 | - |
| YUV | 152.78 | 174.39 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 235 | 0.94 | 0.12 | 0 | 0.08 | 187.64 | 0.88 | 0.49 |
| Hex | F | CF | EB | 5E | C | 0 | 8 | BC | 58 | 31 |
| Octal | 17 | 317 | 353 | 136 | 14 | 0 | 10 | 274 | 130 | 61 |
| Binary | 1111 | 11001111 | 11101011 | 1011110 | 1100 | 0 | 1000 | 10111100 | 1011000 | 110001 |
Color Harmonies of #0FCFEB
Complementary color
Monochromatic Colors of #0FCFEB
Black with #0FCFEB
Text Example
Text Example
White with #0FCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFEB; }
p { color: rgb(15,207,235); }
H1.HeaderClassName
{
color: #0FCFEB;
}
.AnyTagClassName
{
color: #0FCFEB;
}
</style>
background-color css
<style>
a { background-color: #0FCFEB; }
a { background-color: rgb(15,207,235); }
div.DivClassName
{
background-color: #0FCFEB;
}
.BgClassName
{
background-color: #0FCFEB;
}
</style>
border-color css
<style>
span { border-color: #0FCFEB; }
span { border-color: rgb(15,207,235); }
td.TdClassName
{
border-color: #0FCFEB;
}
.TagClassName
{
border-color: #0FCFEB;
}
</style>