Shades of Deep Sky Blue #0BCCEB
Tints of Deep Sky Blue #0BCCEB
RGB
CMYK
RGB Variations
Color information
#0BCCEB (or 0x0BCCEB) is known color: Deep Sky Blue. HEX triplet: 0B, CC and EB. RGB value is (11,204,235). Sum of RGB (Red+Green+Blue) = 11+204+235=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BCCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCCEB is #F43314. Grayscale: #959595. Windows color (decimal): -16003861 or 15453195. OLE color: 15453195.
HSL color Cylindrical-coordinate representation of color #0BCCEB: hue angle of 188.3º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCCEB is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 204 | 235 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.08 |
| HSL | 188.3º | 0.91% | 0.48% | - |
| HSV(B) | 188.3º | 0.95% | 0.92% | - |
| XYZ | 36.73 | 49.26 | 86.17 | - |
| YUV | 149.83 | 176.06 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 204 | 235 | 0.95 | 0.13 | 0 | 0.08 | 188.3 | 0.91 | 0.48 |
| Hex | B | CC | EB | 5F | D | 0 | 8 | BC | 5B | 30 |
| Octal | 13 | 314 | 353 | 137 | 15 | 0 | 10 | 274 | 133 | 60 |
| Binary | 1011 | 11001100 | 11101011 | 1011111 | 1101 | 0 | 1000 | 10111100 | 1011011 | 110000 |
Color Harmonies of #0BCCEB
Complementary color
Monochromatic Colors of #0BCCEB
Black with #0BCCEB
Text Example
Text Example
White with #0BCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCCEB; }
p { color: rgb(11,204,235); }
H1.HeaderClassName
{
color: #0BCCEB;
}
.AnyTagClassName
{
color: #0BCCEB;
}
</style>
background-color css
<style>
a { background-color: #0BCCEB; }
a { background-color: rgb(11,204,235); }
div.DivClassName
{
background-color: #0BCCEB;
}
.BgClassName
{
background-color: #0BCCEB;
}
</style>
border-color css
<style>
span { border-color: #0BCCEB; }
span { border-color: rgb(11,204,235); }
td.TdClassName
{
border-color: #0BCCEB;
}
.TagClassName
{
border-color: #0BCCEB;
}
</style>