Shades of Deep Sky Blue #0BAEFF
Tints of Deep Sky Blue #0BAEFF
RGB
CMYK
RGB Variations
Color information
#0BAEFF (or 0x0BAEFF) is known color: Deep Sky Blue. HEX triplet: 0B, AE and FF. RGB value is (11,174,255). Sum of RGB (Red+Green+Blue) = 11+174+255=440 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.5% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BAEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAEFF is #F45100. Grayscale: #868686. Windows color (decimal): -16011521 or 16756235. OLE color: 16756235.
HSL color Cylindrical-coordinate representation of color #0BAEFF: hue angle of 199.92º 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 #0BAEFF is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 174 | 255 | - |
| CMYK | 0.96 | 0.32 | 0 | 0 |
| HSL | 199.92º | 1% | 0.52% | - |
| HSV(B) | 199.92º | 0.96% | 1% | - |
| XYZ | 33.32 | 37.56 | 100.1 | - |
| YUV | 134.5 | 196 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 255 | 0.96 | 0.32 | 0 | 0 | 199.92 | 1 | 0.52 |
| Hex | B | AE | FF | 60 | 20 | 0 | 0 | C8 | 64 | 34 |
| Octal | 13 | 256 | 377 | 140 | 40 | 0 | 0 | 310 | 144 | 64 |
| Binary | 1011 | 10101110 | 11111111 | 1100000 | 100000 | 0 | 0 | 11001000 | 1100100 | 110100 |
Color Harmonies of #0BAEFF
Complementary color
Monochromatic Colors of #0BAEFF
Black with #0BAEFF
Text Example
Text Example
White with #0BAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEFF; }
p { color: rgb(11,174,255); }
H1.HeaderClassName
{
color: #0BAEFF;
}
.AnyTagClassName
{
color: #0BAEFF;
}
</style>
background-color css
<style>
a { background-color: #0BAEFF; }
a { background-color: rgb(11,174,255); }
div.DivClassName
{
background-color: #0BAEFF;
}
.BgClassName
{
background-color: #0BAEFF;
}
</style>
border-color css
<style>
span { border-color: #0BAEFF; }
span { border-color: rgb(11,174,255); }
td.TdClassName
{
border-color: #0BAEFF;
}
.TagClassName
{
border-color: #0BAEFF;
}
</style>