Shades of Deep Sky Blue #0FC8EE
Tints of Deep Sky Blue #0FC8EE
RGB
CMYK
RGB Variations
Color information
#0FC8EE (or 0x0FC8EE) is known color: Deep Sky Blue. HEX triplet: 0F, C8 and EE. RGB value is (15,200,238). Sum of RGB (Red+Green+Blue) = 15+200+238=453 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.31% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FC8EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC8EE is #F03711. Grayscale: #949494. Windows color (decimal): -15742738 or 15648783. OLE color: 15648783.
HSL color Cylindrical-coordinate representation of color #0FC8EE: hue angle of 190.22º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC8EE is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 200 | 238 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.07 |
| HSL | 190.22º | 0.88% | 0.5% | - |
| HSV(B) | 190.22º | 0.94% | 0.93% | - |
| XYZ | 36.28 | 47.58 | 88.16 | - |
| YUV | 149.02 | 178.21 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 238 | 0.94 | 0.16 | 0 | 0.07 | 190.22 | 0.88 | 0.5 |
| Hex | F | C8 | EE | 5E | 10 | 0 | 7 | BE | 58 | 32 |
| Octal | 17 | 310 | 356 | 136 | 20 | 0 | 7 | 276 | 130 | 62 |
| Binary | 1111 | 11001000 | 11101110 | 1011110 | 10000 | 0 | 111 | 10111110 | 1011000 | 110010 |
Color Harmonies of #0FC8EE
Complementary color
Monochromatic Colors of #0FC8EE
Black with #0FC8EE
Text Example
Text Example
White with #0FC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC8EE; }
p { color: rgb(15,200,238); }
H1.HeaderClassName
{
color: #0FC8EE;
}
.AnyTagClassName
{
color: #0FC8EE;
}
</style>
background-color css
<style>
a { background-color: #0FC8EE; }
a { background-color: rgb(15,200,238); }
div.DivClassName
{
background-color: #0FC8EE;
}
.BgClassName
{
background-color: #0FC8EE;
}
</style>
border-color css
<style>
span { border-color: #0FC8EE; }
span { border-color: rgb(15,200,238); }
td.TdClassName
{
border-color: #0FC8EE;
}
.TagClassName
{
border-color: #0FC8EE;
}
</style>