Shades of Deep Sky Blue #0BA5FA
Tints of Deep Sky Blue #0BA5FA
RGB
CMYK
RGB Variations
Color information
#0BA5FA (or 0x0BA5FA) is known color: Deep Sky Blue. HEX triplet: 0B, A5 and FA. RGB value is (11,165,250). Sum of RGB (Red+Green+Blue) = 11+165+250=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BA5FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA5FA is #F45A05. Grayscale: #808080. Windows color (decimal): -16013830 or 16426251. OLE color: 16426251.
HSL color Cylindrical-coordinate representation of color #0BA5FA: hue angle of 201.34º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BA5FA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 165 | 250 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.02 |
| HSL | 201.34º | 0.96% | 0.51% | - |
| HSV(B) | 201.34º | 0.96% | 0.98% | - |
| XYZ | 30.85 | 33.88 | 95.36 | - |
| YUV | 128.64 | 196.48 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 250 | 0.96 | 0.34 | 0 | 0.02 | 201.34 | 0.96 | 0.51 |
| Hex | B | A5 | FA | 60 | 22 | 0 | 2 | C9 | 60 | 33 |
| Octal | 13 | 245 | 372 | 140 | 42 | 0 | 2 | 311 | 140 | 63 |
| Binary | 1011 | 10100101 | 11111010 | 1100000 | 100010 | 0 | 10 | 11001001 | 1100000 | 110011 |
Color Harmonies of #0BA5FA
Complementary color
Monochromatic Colors of #0BA5FA
Black with #0BA5FA
Text Example
Text Example
White with #0BA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA5FA; }
p { color: rgb(11,165,250); }
H1.HeaderClassName
{
color: #0BA5FA;
}
.AnyTagClassName
{
color: #0BA5FA;
}
</style>
background-color css
<style>
a { background-color: #0BA5FA; }
a { background-color: rgb(11,165,250); }
div.DivClassName
{
background-color: #0BA5FA;
}
.BgClassName
{
background-color: #0BA5FA;
}
</style>
border-color css
<style>
span { border-color: #0BA5FA; }
span { border-color: rgb(11,165,250); }
td.TdClassName
{
border-color: #0BA5FA;
}
.TagClassName
{
border-color: #0BA5FA;
}
</style>