Shades of Deep Sky Blue #0BB0FE
Tints of Deep Sky Blue #0BB0FE
RGB
CMYK
RGB Variations
Color information
#0BB0FE (or 0x0BB0FE) is known color: Deep Sky Blue. HEX triplet: 0B, B0 and FE. RGB value is (11,176,254). Sum of RGB (Red+Green+Blue) = 11+176+254=441 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BB0FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BB0FE is #F44F01. Grayscale: #878787. Windows color (decimal): -16011010 or 16691211. OLE color: 16691211.
HSL color Cylindrical-coordinate representation of color #0BB0FE: hue angle of 199.26º 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 #0BB0FE is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 176 | 254 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.00 |
| HSL | 199.26º | 0.99% | 0.52% | - |
| HSV(B) | 199.26º | 0.96% | 1% | - |
| XYZ | 33.55 | 38.28 | 99.39 | - |
| YUV | 135.56 | 194.84 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 176 | 254 | 0.96 | 0.31 | 0 | 0.00 | 199.26 | 0.99 | 0.52 |
| Hex | B | B0 | FE | 60 | 1F | 0 | 0 | C7 | 63 | 34 |
| Octal | 13 | 260 | 376 | 140 | 37 | 0 | 0 | 307 | 143 | 64 |
| Binary | 1011 | 10110000 | 11111110 | 1100000 | 11111 | 0 | 0 | 11000111 | 1100011 | 110100 |
Color Harmonies of #0BB0FE
Complementary color
Monochromatic Colors of #0BB0FE
Black with #0BB0FE
Text Example
Text Example
White with #0BB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB0FE; }
p { color: rgb(11,176,254); }
H1.HeaderClassName
{
color: #0BB0FE;
}
.AnyTagClassName
{
color: #0BB0FE;
}
</style>
background-color css
<style>
a { background-color: #0BB0FE; }
a { background-color: rgb(11,176,254); }
div.DivClassName
{
background-color: #0BB0FE;
}
.BgClassName
{
background-color: #0BB0FE;
}
</style>
border-color css
<style>
span { border-color: #0BB0FE; }
span { border-color: rgb(11,176,254); }
td.TdClassName
{
border-color: #0BB0FE;
}
.TagClassName
{
border-color: #0BB0FE;
}
</style>