Shades of Deep Sky Blue #0BBAFE
Tints of Deep Sky Blue #0BBAFE
RGB
CMYK
RGB Variations
Color information
#0BBAFE (or 0x0BBAFE) is known color: Deep Sky Blue. HEX triplet: 0B, BA and FE. RGB value is (11,186,254). Sum of RGB (Red+Green+Blue) = 11+186+254=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BBAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBAFE is #F44501. Grayscale: #8C8C8C. Windows color (decimal): -16008450 or 16693771. OLE color: 16693771.
HSL color Cylindrical-coordinate representation of color #0BBAFE: hue angle of 196.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BBAFE is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 186 | 254 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.00 |
| HSL | 196.79º | 0.99% | 0.52% | - |
| HSV(B) | 196.79º | 0.96% | 1% | - |
| XYZ | 35.59 | 42.34 | 100.06 | - |
| YUV | 141.43 | 191.52 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 254 | 0.96 | 0.27 | 0 | 0.00 | 196.79 | 0.99 | 0.52 |
| Hex | B | BA | FE | 60 | 1B | 0 | 0 | C5 | 63 | 34 |
| Octal | 13 | 272 | 376 | 140 | 33 | 0 | 0 | 305 | 143 | 64 |
| Binary | 1011 | 10111010 | 11111110 | 1100000 | 11011 | 0 | 0 | 11000101 | 1100011 | 110100 |
Color Harmonies of #0BBAFE
Complementary color
Monochromatic Colors of #0BBAFE
Black with #0BBAFE
Text Example
Text Example
White with #0BBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBAFE; }
p { color: rgb(11,186,254); }
H1.HeaderClassName
{
color: #0BBAFE;
}
.AnyTagClassName
{
color: #0BBAFE;
}
</style>
background-color css
<style>
a { background-color: #0BBAFE; }
a { background-color: rgb(11,186,254); }
div.DivClassName
{
background-color: #0BBAFE;
}
.BgClassName
{
background-color: #0BBAFE;
}
</style>
border-color css
<style>
span { border-color: #0BBAFE; }
span { border-color: rgb(11,186,254); }
td.TdClassName
{
border-color: #0BBAFE;
}
.TagClassName
{
border-color: #0BBAFE;
}
</style>