Shades of Deep Sky Blue #0BBEF8
Tints of Deep Sky Blue #0BBEF8
RGB
CMYK
RGB Variations
Color information
#0BBEF8 (or 0x0BBEF8) is known color: Deep Sky Blue. HEX triplet: 0B, BE and F8. RGB value is (11,190,248). Sum of RGB (Red+Green+Blue) = 11+190+248=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #0BBEF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBEF8 is #F44107. Grayscale: #8E8E8E. Windows color (decimal): -16007432 or 16301579. OLE color: 16301579.
HSL color Cylindrical-coordinate representation of color #0BBEF8: hue angle of 194.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BBEF8 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 190 | 248 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.03 |
| HSL | 194.68º | 0.94% | 0.51% | - |
| HSV(B) | 194.68º | 0.96% | 0.97% | - |
| XYZ | 35.49 | 43.68 | 95.37 | - |
| YUV | 143.09 | 187.2 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 248 | 0.96 | 0.23 | 0 | 0.03 | 194.68 | 0.94 | 0.51 |
| Hex | B | BE | F8 | 60 | 17 | 0 | 3 | C3 | 5E | 33 |
| Octal | 13 | 276 | 370 | 140 | 27 | 0 | 3 | 303 | 136 | 63 |
| Binary | 1011 | 10111110 | 11111000 | 1100000 | 10111 | 0 | 11 | 11000011 | 1011110 | 110011 |
Color Harmonies of #0BBEF8
Complementary color
Monochromatic Colors of #0BBEF8
Black with #0BBEF8
Text Example
Text Example
White with #0BBEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEF8; }
p { color: rgb(11,190,248); }
H1.HeaderClassName
{
color: #0BBEF8;
}
.AnyTagClassName
{
color: #0BBEF8;
}
</style>
background-color css
<style>
a { background-color: #0BBEF8; }
a { background-color: rgb(11,190,248); }
div.DivClassName
{
background-color: #0BBEF8;
}
.BgClassName
{
background-color: #0BBEF8;
}
</style>
border-color css
<style>
span { border-color: #0BBEF8; }
span { border-color: rgb(11,190,248); }
td.TdClassName
{
border-color: #0BBEF8;
}
.TagClassName
{
border-color: #0BBEF8;
}
</style>