Shades of Deep Sky Blue #0BA7FF
Tints of Deep Sky Blue #0BA7FF
RGB
CMYK
RGB Variations
Color information
#0BA7FF (or 0x0BA7FF) is known color: Deep Sky Blue. HEX triplet: 0B, A7 and FF. RGB value is (11,167,255). Sum of RGB (Red+Green+Blue) = 11+167+255=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BA7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA7FF is #F45800. Grayscale: #818181. Windows color (decimal): -16013313 or 16754443. OLE color: 16754443.
HSL color Cylindrical-coordinate representation of color #0BA7FF: hue angle of 201.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BA7FF is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 167 | 255 | - |
| CMYK | 0.96 | 0.35 | 0 | 0 |
| HSL | 201.64º | 1% | 0.52% | - |
| HSV(B) | 201.64º | 0.96% | 1% | - |
| XYZ | 32.01 | 34.93 | 99.66 | - |
| YUV | 130.39 | 198.32 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 255 | 0.96 | 0.35 | 0 | 0 | 201.64 | 1 | 0.52 |
| Hex | B | A7 | FF | 60 | 23 | 0 | 0 | CA | 64 | 34 |
| Octal | 13 | 247 | 377 | 140 | 43 | 0 | 0 | 312 | 144 | 64 |
| Binary | 1011 | 10100111 | 11111111 | 1100000 | 100011 | 0 | 0 | 11001010 | 1100100 | 110100 |
Color Harmonies of #0BA7FF
Complementary color
Monochromatic Colors of #0BA7FF
Black with #0BA7FF
Text Example
Text Example
White with #0BA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA7FF; }
p { color: rgb(11,167,255); }
H1.HeaderClassName
{
color: #0BA7FF;
}
.AnyTagClassName
{
color: #0BA7FF;
}
</style>
background-color css
<style>
a { background-color: #0BA7FF; }
a { background-color: rgb(11,167,255); }
div.DivClassName
{
background-color: #0BA7FF;
}
.BgClassName
{
background-color: #0BA7FF;
}
</style>
border-color css
<style>
span { border-color: #0BA7FF; }
span { border-color: rgb(11,167,255); }
td.TdClassName
{
border-color: #0BA7FF;
}
.TagClassName
{
border-color: #0BA7FF;
}
</style>