Shades of Deep Sky Blue #0FCFED
Tints of Deep Sky Blue #0FCFED
RGB
CMYK
RGB Variations
Color information
#0FCFED (or 0x0FCFED) is known color: Deep Sky Blue. HEX triplet: 0F, CF and ED. RGB value is (15,207,237). Sum of RGB (Red+Green+Blue) = 15+207+237=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FCFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFED is #F03012. Grayscale: #989898. Windows color (decimal): -15740947 or 15585039. OLE color: 15585039.
HSL color Cylindrical-coordinate representation of color #0FCFED: hue angle of 188.11º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCFED is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 207 | 237 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.07 |
| HSL | 188.11º | 0.88% | 0.49% | - |
| HSV(B) | 188.11º | 0.94% | 0.93% | - |
| XYZ | 37.8 | 50.84 | 87.94 | - |
| YUV | 153.01 | 175.39 | 29.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 237 | 0.94 | 0.13 | 0 | 0.07 | 188.11 | 0.88 | 0.49 |
| Hex | F | CF | ED | 5E | D | 0 | 7 | BC | 58 | 31 |
| Octal | 17 | 317 | 355 | 136 | 15 | 0 | 7 | 274 | 130 | 61 |
| Binary | 1111 | 11001111 | 11101101 | 1011110 | 1101 | 0 | 111 | 10111100 | 1011000 | 110001 |
Color Harmonies of #0FCFED
Complementary color
Monochromatic Colors of #0FCFED
Black with #0FCFED
Text Example
Text Example
White with #0FCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFED; }
p { color: rgb(15,207,237); }
H1.HeaderClassName
{
color: #0FCFED;
}
.AnyTagClassName
{
color: #0FCFED;
}
</style>
background-color css
<style>
a { background-color: #0FCFED; }
a { background-color: rgb(15,207,237); }
div.DivClassName
{
background-color: #0FCFED;
}
.BgClassName
{
background-color: #0FCFED;
}
</style>
border-color css
<style>
span { border-color: #0FCFED; }
span { border-color: rgb(15,207,237); }
td.TdClassName
{
border-color: #0FCFED;
}
.TagClassName
{
border-color: #0FCFED;
}
</style>