Shades of Deep Sky Blue #0BAEFA
Tints of Deep Sky Blue #0BAEFA
RGB
CMYK
RGB Variations
Color information
#0BAEFA (or 0x0BAEFA) is known color: Deep Sky Blue. HEX triplet: 0B, AE and FA. RGB value is (11,174,250). Sum of RGB (Red+Green+Blue) = 11+174+250=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BAEFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAEFA is #F45105. Grayscale: #858585. Windows color (decimal): -16011526 or 16428555. OLE color: 16428555.
HSL color Cylindrical-coordinate representation of color #0BAEFA: hue angle of 199.08º 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 #0BAEFA is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 174 | 250 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.02 |
| HSL | 199.08º | 0.96% | 0.51% | - |
| HSV(B) | 199.08º | 0.96% | 0.98% | - |
| XYZ | 32.53 | 37.25 | 95.92 | - |
| YUV | 133.93 | 193.5 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 250 | 0.96 | 0.30 | 0 | 0.02 | 199.08 | 0.96 | 0.51 |
| Hex | B | AE | FA | 60 | 1E | 0 | 2 | C7 | 60 | 33 |
| Octal | 13 | 256 | 372 | 140 | 36 | 0 | 2 | 307 | 140 | 63 |
| Binary | 1011 | 10101110 | 11111010 | 1100000 | 11110 | 0 | 10 | 11000111 | 1100000 | 110011 |
Color Harmonies of #0BAEFA
Complementary color
Monochromatic Colors of #0BAEFA
Black with #0BAEFA
Text Example
Text Example
White with #0BAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEFA; }
p { color: rgb(11,174,250); }
H1.HeaderClassName
{
color: #0BAEFA;
}
.AnyTagClassName
{
color: #0BAEFA;
}
</style>
background-color css
<style>
a { background-color: #0BAEFA; }
a { background-color: rgb(11,174,250); }
div.DivClassName
{
background-color: #0BAEFA;
}
.BgClassName
{
background-color: #0BAEFA;
}
</style>
border-color css
<style>
span { border-color: #0BAEFA; }
span { border-color: rgb(11,174,250); }
td.TdClassName
{
border-color: #0BAEFA;
}
.TagClassName
{
border-color: #0BAEFA;
}
</style>