Shades of Deep Sky Blue #0BBEEF
Tints of Deep Sky Blue #0BBEEF
RGB
CMYK
RGB Variations
Color information
#0BBEEF (or 0x0BBEEF) is known color: Deep Sky Blue. HEX triplet: 0B, BE and EF. RGB value is (11,190,239). Sum of RGB (Red+Green+Blue) = 11+190+239=440 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.5% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BBEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBEEF is #F44110. Grayscale: #8D8D8D. Windows color (decimal): -16007441 or 15711755. OLE color: 15711755.
HSL color Cylindrical-coordinate representation of color #0BBEEF: hue angle of 192.89º 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 #0BBEEF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 190 | 239 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.06 |
| HSL | 192.89º | 0.91% | 0.49% | - |
| HSV(B) | 192.89º | 0.95% | 0.94% | - |
| XYZ | 34.13 | 43.13 | 88.19 | - |
| YUV | 142.07 | 182.7 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 239 | 0.95 | 0.21 | 0 | 0.06 | 192.89 | 0.91 | 0.49 |
| Hex | B | BE | EF | 5F | 15 | 0 | 6 | C1 | 5B | 31 |
| Octal | 13 | 276 | 357 | 137 | 25 | 0 | 6 | 301 | 133 | 61 |
| Binary | 1011 | 10111110 | 11101111 | 1011111 | 10101 | 0 | 110 | 11000001 | 1011011 | 110001 |
Color Harmonies of #0BBEEF
Complementary color
Monochromatic Colors of #0BBEEF
Black with #0BBEEF
Text Example
Text Example
White with #0BBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEEF; }
p { color: rgb(11,190,239); }
H1.HeaderClassName
{
color: #0BBEEF;
}
.AnyTagClassName
{
color: #0BBEEF;
}
</style>
background-color css
<style>
a { background-color: #0BBEEF; }
a { background-color: rgb(11,190,239); }
div.DivClassName
{
background-color: #0BBEEF;
}
.BgClassName
{
background-color: #0BBEEF;
}
</style>
border-color css
<style>
span { border-color: #0BBEEF; }
span { border-color: rgb(11,190,239); }
td.TdClassName
{
border-color: #0BBEEF;
}
.TagClassName
{
border-color: #0BBEEF;
}
</style>