Shades of Deep Sky Blue #0FCEEF
Tints of Deep Sky Blue #0FCEEF
RGB
CMYK
RGB Variations
Color information
#0FCEEF (or 0x0FCEEF) is known color: Deep Sky Blue. HEX triplet: 0F, CE and EF. RGB value is (15,206,239). Sum of RGB (Red+Green+Blue) = 15+206+239=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FCEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCEEF is #F03110. Grayscale: #989898. Windows color (decimal): -15741201 or 15715855. OLE color: 15715855.
HSL color Cylindrical-coordinate representation of color #0FCEEF: hue angle of 188.84º 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 #0FCEEF is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 206 | 239 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.06 |
| HSL | 188.84º | 0.88% | 0.5% | - |
| HSV(B) | 188.84º | 0.94% | 0.94% | - |
| XYZ | 37.85 | 50.48 | 89.41 | - |
| YUV | 152.65 | 176.72 | 29.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 239 | 0.94 | 0.14 | 0 | 0.06 | 188.84 | 0.88 | 0.5 |
| Hex | F | CE | EF | 5E | E | 0 | 6 | BD | 58 | 32 |
| Octal | 17 | 316 | 357 | 136 | 16 | 0 | 6 | 275 | 130 | 62 |
| Binary | 1111 | 11001110 | 11101111 | 1011110 | 1110 | 0 | 110 | 10111101 | 1011000 | 110010 |
Color Harmonies of #0FCEEF
Complementary color
Monochromatic Colors of #0FCEEF
Black with #0FCEEF
Text Example
Text Example
White with #0FCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEEF; }
p { color: rgb(15,206,239); }
H1.HeaderClassName
{
color: #0FCEEF;
}
.AnyTagClassName
{
color: #0FCEEF;
}
</style>
background-color css
<style>
a { background-color: #0FCEEF; }
a { background-color: rgb(15,206,239); }
div.DivClassName
{
background-color: #0FCEEF;
}
.BgClassName
{
background-color: #0FCEEF;
}
</style>
border-color css
<style>
span { border-color: #0FCEEF; }
span { border-color: rgb(15,206,239); }
td.TdClassName
{
border-color: #0FCEEF;
}
.TagClassName
{
border-color: #0FCEEF;
}
</style>