Shades of Deep Sky Blue #0BCEEF
Tints of Deep Sky Blue #0BCEEF
RGB
CMYK
RGB Variations
Color information
#0BCEEF (or 0x0BCEEF) is known color: Deep Sky Blue. HEX triplet: 0B, CE and EF. RGB value is (11,206,239). Sum of RGB (Red+Green+Blue) = 11+206+239=456 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BCEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCEEF is #F43110. Grayscale: #979797. Windows color (decimal): -16003345 or 15715851. OLE color: 15715851.
HSL color Cylindrical-coordinate representation of color #0BCEEF: hue angle of 188.68º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEEF is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 206 | 239 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.06 |
| HSL | 188.68º | 0.91% | 0.49% | - |
| HSV(B) | 188.68º | 0.95% | 0.94% | - |
| XYZ | 37.79 | 50.45 | 89.41 | - |
| YUV | 151.46 | 177.4 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 239 | 0.95 | 0.14 | 0 | 0.06 | 188.68 | 0.91 | 0.49 |
| Hex | B | CE | EF | 5F | E | 0 | 6 | BD | 5B | 31 |
| Octal | 13 | 316 | 357 | 137 | 16 | 0 | 6 | 275 | 133 | 61 |
| Binary | 1011 | 11001110 | 11101111 | 1011111 | 1110 | 0 | 110 | 10111101 | 1011011 | 110001 |
Color Harmonies of #0BCEEF
Complementary color
Monochromatic Colors of #0BCEEF
Black with #0BCEEF
Text Example
Text Example
White with #0BCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEEF; }
p { color: rgb(11,206,239); }
H1.HeaderClassName
{
color: #0BCEEF;
}
.AnyTagClassName
{
color: #0BCEEF;
}
</style>
background-color css
<style>
a { background-color: #0BCEEF; }
a { background-color: rgb(11,206,239); }
div.DivClassName
{
background-color: #0BCEEF;
}
.BgClassName
{
background-color: #0BCEEF;
}
</style>
border-color css
<style>
span { border-color: #0BCEEF; }
span { border-color: rgb(11,206,239); }
td.TdClassName
{
border-color: #0BCEEF;
}
.TagClassName
{
border-color: #0BCEEF;
}
</style>