Shades of Deep Sky Blue #0BBFFE
Tints of Deep Sky Blue #0BBFFE
RGB
CMYK
RGB Variations
Color information
#0BBFFE (or 0x0BBFFE) is known color: Deep Sky Blue. HEX triplet: 0B, BF and FE. RGB value is (11,191,254). Sum of RGB (Red+Green+Blue) = 11+191+254=456 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BBFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBFFE is #F44001. Grayscale: #8F8F8F. Windows color (decimal): -16007170 or 16695051. OLE color: 16695051.
HSL color Cylindrical-coordinate representation of color #0BBFFE: hue angle of 195.56º 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 #0BBFFE is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 191 | 254 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.00 |
| HSL | 195.56º | 0.99% | 0.52% | - |
| HSV(B) | 195.56º | 0.96% | 1% | - |
| XYZ | 36.66 | 44.49 | 100.42 | - |
| YUV | 144.36 | 189.87 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 254 | 0.96 | 0.25 | 0 | 0.00 | 195.56 | 0.99 | 0.52 |
| Hex | B | BF | FE | 60 | 19 | 0 | 0 | C4 | 63 | 34 |
| Octal | 13 | 277 | 376 | 140 | 31 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1011 | 10111111 | 11111110 | 1100000 | 11001 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #0BBFFE
Complementary color
Monochromatic Colors of #0BBFFE
Black with #0BBFFE
Text Example
Text Example
White with #0BBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFFE; }
p { color: rgb(11,191,254); }
H1.HeaderClassName
{
color: #0BBFFE;
}
.AnyTagClassName
{
color: #0BBFFE;
}
</style>
background-color css
<style>
a { background-color: #0BBFFE; }
a { background-color: rgb(11,191,254); }
div.DivClassName
{
background-color: #0BBFFE;
}
.BgClassName
{
background-color: #0BBFFE;
}
</style>
border-color css
<style>
span { border-color: #0BBFFE; }
span { border-color: rgb(11,191,254); }
td.TdClassName
{
border-color: #0BBFFE;
}
.TagClassName
{
border-color: #0BBFFE;
}
</style>