Shades of Deep Sky Blue #0FCDEF
Tints of Deep Sky Blue #0FCDEF
RGB
CMYK
RGB Variations
Color information
#0FCDEF (or 0x0FCDEF) is known color: Deep Sky Blue. HEX triplet: 0F, CD and EF. RGB value is (15,205,239). Sum of RGB (Red+Green+Blue) = 15+205+239=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FCDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCDEF is #F03210. Grayscale: #979797. Windows color (decimal): -15741457 or 15715599. OLE color: 15715599.
HSL color Cylindrical-coordinate representation of color #0FCDEF: hue angle of 189.11º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCDEF is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 205 | 239 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.06 |
| HSL | 189.11º | 0.88% | 0.5% | - |
| HSV(B) | 189.11º | 0.94% | 0.94% | - |
| XYZ | 37.61 | 50 | 89.33 | - |
| YUV | 152.07 | 177.05 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 239 | 0.94 | 0.14 | 0 | 0.06 | 189.11 | 0.88 | 0.5 |
| Hex | F | CD | EF | 5E | E | 0 | 6 | BD | 58 | 32 |
| Octal | 17 | 315 | 357 | 136 | 16 | 0 | 6 | 275 | 130 | 62 |
| Binary | 1111 | 11001101 | 11101111 | 1011110 | 1110 | 0 | 110 | 10111101 | 1011000 | 110010 |
Color Harmonies of #0FCDEF
Complementary color
Monochromatic Colors of #0FCDEF
Black with #0FCDEF
Text Example
Text Example
White with #0FCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDEF; }
p { color: rgb(15,205,239); }
H1.HeaderClassName
{
color: #0FCDEF;
}
.AnyTagClassName
{
color: #0FCDEF;
}
</style>
background-color css
<style>
a { background-color: #0FCDEF; }
a { background-color: rgb(15,205,239); }
div.DivClassName
{
background-color: #0FCDEF;
}
.BgClassName
{
background-color: #0FCDEF;
}
</style>
border-color css
<style>
span { border-color: #0FCDEF; }
span { border-color: rgb(15,205,239); }
td.TdClassName
{
border-color: #0FCDEF;
}
.TagClassName
{
border-color: #0FCDEF;
}
</style>