Shades of Deep Sky Blue #0BBFEE
Tints of Deep Sky Blue #0BBFEE
RGB
CMYK
RGB Variations
Color information
#0BBFEE (or 0x0BBFEE) is known color: Deep Sky Blue. HEX triplet: 0B, BF and EE. RGB value is (11,191,238). Sum of RGB (Red+Green+Blue) = 11+191+238=440 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.5% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BBFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBFEE is #F44011. Grayscale: #8E8E8E. Windows color (decimal): -16007186 or 15646475. OLE color: 15646475.
HSL color Cylindrical-coordinate representation of color #0BBFEE: hue angle of 192.42º 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 #0BBFEE is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 191 | 238 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.07 |
| HSL | 192.42º | 0.91% | 0.49% | - |
| HSV(B) | 192.42º | 0.95% | 0.93% | - |
| XYZ | 34.2 | 43.51 | 87.48 | - |
| YUV | 142.54 | 181.87 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 238 | 0.95 | 0.20 | 0 | 0.07 | 192.42 | 0.91 | 0.49 |
| Hex | B | BF | EE | 5F | 14 | 0 | 7 | C0 | 5B | 31 |
| Octal | 13 | 277 | 356 | 137 | 24 | 0 | 7 | 300 | 133 | 61 |
| Binary | 1011 | 10111111 | 11101110 | 1011111 | 10100 | 0 | 111 | 11000000 | 1011011 | 110001 |
Color Harmonies of #0BBFEE
Complementary color
Monochromatic Colors of #0BBFEE
Black with #0BBFEE
Text Example
Text Example
White with #0BBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFEE; }
p { color: rgb(11,191,238); }
H1.HeaderClassName
{
color: #0BBFEE;
}
.AnyTagClassName
{
color: #0BBFEE;
}
</style>
background-color css
<style>
a { background-color: #0BBFEE; }
a { background-color: rgb(11,191,238); }
div.DivClassName
{
background-color: #0BBFEE;
}
.BgClassName
{
background-color: #0BBFEE;
}
</style>
border-color css
<style>
span { border-color: #0BBFEE; }
span { border-color: rgb(11,191,238); }
td.TdClassName
{
border-color: #0BBFEE;
}
.TagClassName
{
border-color: #0BBFEE;
}
</style>