Shades of Deep Sky Blue #0BBCFE
Tints of Deep Sky Blue #0BBCFE
RGB
CMYK
RGB Variations
Color information
#0BBCFE (or 0x0BBCFE) is known color: Deep Sky Blue. HEX triplet: 0B, BC and FE. RGB value is (11,188,254). Sum of RGB (Red+Green+Blue) = 11+188+254=453 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BBCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCFE is #F44301. Grayscale: #8E8E8E. Windows color (decimal): -16007938 or 16694283. OLE color: 16694283.
HSL color Cylindrical-coordinate representation of color #0BBCFE: hue angle of 196.3º 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 #0BBCFE is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 188 | 254 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.00 |
| HSL | 196.3º | 0.99% | 0.52% | - |
| HSV(B) | 196.3º | 0.96% | 1% | - |
| XYZ | 36.01 | 43.19 | 100.21 | - |
| YUV | 142.6 | 190.86 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 254 | 0.96 | 0.26 | 0 | 0.00 | 196.3 | 0.99 | 0.52 |
| Hex | B | BC | FE | 60 | 1A | 0 | 0 | C4 | 63 | 34 |
| Octal | 13 | 274 | 376 | 140 | 32 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1011 | 10111100 | 11111110 | 1100000 | 11010 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #0BBCFE
Complementary color
Monochromatic Colors of #0BBCFE
Black with #0BBCFE
Text Example
Text Example
White with #0BBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCFE; }
p { color: rgb(11,188,254); }
H1.HeaderClassName
{
color: #0BBCFE;
}
.AnyTagClassName
{
color: #0BBCFE;
}
</style>
background-color css
<style>
a { background-color: #0BBCFE; }
a { background-color: rgb(11,188,254); }
div.DivClassName
{
background-color: #0BBCFE;
}
.BgClassName
{
background-color: #0BBCFE;
}
</style>
border-color css
<style>
span { border-color: #0BBCFE; }
span { border-color: rgb(11,188,254); }
td.TdClassName
{
border-color: #0BBCFE;
}
.TagClassName
{
border-color: #0BBCFE;
}
</style>