Shades of Deep Sky Blue #0FCBED
Tints of Deep Sky Blue #0FCBED
RGB
CMYK
RGB Variations
Color information
#0FCBED (or 0x0FCBED) is known color: Deep Sky Blue. HEX triplet: 0F, CB and ED. RGB value is (15,203,237). Sum of RGB (Red+Green+Blue) = 15+203+237=455 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FCBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCBED is #F03412. Grayscale: #969696. Windows color (decimal): -15741971 or 15584015. OLE color: 15584015.
HSL color Cylindrical-coordinate representation of color #0FCBED: hue angle of 189.19º 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 #0FCBED is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 203 | 237 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.07 |
| HSL | 189.19º | 0.88% | 0.49% | - |
| HSV(B) | 189.19º | 0.94% | 0.93% | - |
| XYZ | 36.84 | 48.93 | 87.62 | - |
| YUV | 150.66 | 176.72 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 237 | 0.94 | 0.14 | 0 | 0.07 | 189.19 | 0.88 | 0.49 |
| Hex | F | CB | ED | 5E | E | 0 | 7 | BD | 58 | 31 |
| Octal | 17 | 313 | 355 | 136 | 16 | 0 | 7 | 275 | 130 | 61 |
| Binary | 1111 | 11001011 | 11101101 | 1011110 | 1110 | 0 | 111 | 10111101 | 1011000 | 110001 |
Color Harmonies of #0FCBED
Complementary color
Monochromatic Colors of #0FCBED
Black with #0FCBED
Text Example
Text Example
White with #0FCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBED; }
p { color: rgb(15,203,237); }
H1.HeaderClassName
{
color: #0FCBED;
}
.AnyTagClassName
{
color: #0FCBED;
}
</style>
background-color css
<style>
a { background-color: #0FCBED; }
a { background-color: rgb(15,203,237); }
div.DivClassName
{
background-color: #0FCBED;
}
.BgClassName
{
background-color: #0FCBED;
}
</style>
border-color css
<style>
span { border-color: #0FCBED; }
span { border-color: rgb(15,203,237); }
td.TdClassName
{
border-color: #0FCBED;
}
.TagClassName
{
border-color: #0FCBED;
}
</style>