Shades of Deep Sky Blue #0FBCED
Tints of Deep Sky Blue #0FBCED
RGB
CMYK
RGB Variations
Color information
#0FBCED (or 0x0FBCED) is known color: Deep Sky Blue. HEX triplet: 0F, BC and ED. RGB value is (15,188,237). Sum of RGB (Red+Green+Blue) = 15+188+237=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FBCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBCED is #F04312. Grayscale: #8D8D8D. Windows color (decimal): -15745811 or 15580175. OLE color: 15580175.
HSL color Cylindrical-coordinate representation of color #0FBCED: hue angle of 193.24º 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 #0FBCED is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 188 | 237 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.07 |
| HSL | 193.24º | 0.88% | 0.49% | - |
| HSV(B) | 193.24º | 0.94% | 0.93% | - |
| XYZ | 33.47 | 42.18 | 86.5 | - |
| YUV | 141.86 | 181.69 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 237 | 0.94 | 0.21 | 0 | 0.07 | 193.24 | 0.88 | 0.49 |
| Hex | F | BC | ED | 5E | 15 | 0 | 7 | C1 | 58 | 31 |
| Octal | 17 | 274 | 355 | 136 | 25 | 0 | 7 | 301 | 130 | 61 |
| Binary | 1111 | 10111100 | 11101101 | 1011110 | 10101 | 0 | 111 | 11000001 | 1011000 | 110001 |
Color Harmonies of #0FBCED
Complementary color
Monochromatic Colors of #0FBCED
Black with #0FBCED
Text Example
Text Example
White with #0FBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCED; }
p { color: rgb(15,188,237); }
H1.HeaderClassName
{
color: #0FBCED;
}
.AnyTagClassName
{
color: #0FBCED;
}
</style>
background-color css
<style>
a { background-color: #0FBCED; }
a { background-color: rgb(15,188,237); }
div.DivClassName
{
background-color: #0FBCED;
}
.BgClassName
{
background-color: #0FBCED;
}
</style>
border-color css
<style>
span { border-color: #0FBCED; }
span { border-color: rgb(15,188,237); }
td.TdClassName
{
border-color: #0FBCED;
}
.TagClassName
{
border-color: #0FBCED;
}
</style>