Shades of Deep Sky Blue #0BCEFF
Tints of Deep Sky Blue #0BCEFF
RGB
CMYK
RGB Variations
Color information
#0BCEFF (or 0x0BCEFF) is known color: Deep Sky Blue. HEX triplet: 0B, CE and FF. RGB value is (11,206,255). Sum of RGB (Red+Green+Blue) = 11+206+255=472 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BCEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCEFF is #F43100. Grayscale: #989898. Windows color (decimal): -16003329 or 16764427. OLE color: 16764427.
HSL color Cylindrical-coordinate representation of color #0BCEFF: hue angle of 192.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCEFF is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 206 | 255 | - |
| CMYK | 0.96 | 0.19 | 0 | 0 |
| HSL | 192.05º | 1% | 0.52% | - |
| HSV(B) | 192.05º | 0.96% | 1% | - |
| XYZ | 40.26 | 51.43 | 102.41 | - |
| YUV | 153.28 | 185.4 | 26.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 255 | 0.96 | 0.19 | 0 | 0 | 192.05 | 1 | 0.52 |
| Hex | B | CE | FF | 60 | 13 | 0 | 0 | C0 | 64 | 34 |
| Octal | 13 | 316 | 377 | 140 | 23 | 0 | 0 | 300 | 144 | 64 |
| Binary | 1011 | 11001110 | 11111111 | 1100000 | 10011 | 0 | 0 | 11000000 | 1100100 | 110100 |
Color Harmonies of #0BCEFF
Complementary color
Monochromatic Colors of #0BCEFF
Black with #0BCEFF
Text Example
Text Example
White with #0BCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEFF; }
p { color: rgb(11,206,255); }
H1.HeaderClassName
{
color: #0BCEFF;
}
.AnyTagClassName
{
color: #0BCEFF;
}
</style>
background-color css
<style>
a { background-color: #0BCEFF; }
a { background-color: rgb(11,206,255); }
div.DivClassName
{
background-color: #0BCEFF;
}
.BgClassName
{
background-color: #0BCEFF;
}
</style>
border-color css
<style>
span { border-color: #0BCEFF; }
span { border-color: rgb(11,206,255); }
td.TdClassName
{
border-color: #0BCEFF;
}
.TagClassName
{
border-color: #0BCEFF;
}
</style>