Shades of Deep Sky Blue #0BBBEE
Tints of Deep Sky Blue #0BBBEE
RGB
CMYK
RGB Variations
Color information
#0BBBEE (or 0x0BBBEE) is known color: Deep Sky Blue. HEX triplet: 0B, BB and EE. RGB value is (11,187,238). Sum of RGB (Red+Green+Blue) = 11+187+238=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BBBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBBEE is #F44411. Grayscale: #8B8B8B. Windows color (decimal): -16008210 or 15645451. OLE color: 15645451.
HSL color Cylindrical-coordinate representation of color #0BBBEE: hue angle of 193.48º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBBEE is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 187 | 238 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.48º | 0.91% | 0.49% | - |
| HSV(B) | 193.48º | 0.95% | 0.93% | - |
| XYZ | 33.34 | 41.78 | 87.2 | - |
| YUV | 140.19 | 183.19 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 238 | 0.95 | 0.21 | 0 | 0.07 | 193.48 | 0.91 | 0.49 |
| Hex | B | BB | EE | 5F | 15 | 0 | 7 | C1 | 5B | 31 |
| Octal | 13 | 273 | 356 | 137 | 25 | 0 | 7 | 301 | 133 | 61 |
| Binary | 1011 | 10111011 | 11101110 | 1011111 | 10101 | 0 | 111 | 11000001 | 1011011 | 110001 |
Color Harmonies of #0BBBEE
Complementary color
Monochromatic Colors of #0BBBEE
Black with #0BBBEE
Text Example
Text Example
White with #0BBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBEE; }
p { color: rgb(11,187,238); }
H1.HeaderClassName
{
color: #0BBBEE;
}
.AnyTagClassName
{
color: #0BBBEE;
}
</style>
background-color css
<style>
a { background-color: #0BBBEE; }
a { background-color: rgb(11,187,238); }
div.DivClassName
{
background-color: #0BBBEE;
}
.BgClassName
{
background-color: #0BBBEE;
}
</style>
border-color css
<style>
span { border-color: #0BBBEE; }
span { border-color: rgb(11,187,238); }
td.TdClassName
{
border-color: #0BBBEE;
}
.TagClassName
{
border-color: #0BBBEE;
}
</style>