Shades of Deep Sky Blue #0BADE7
Tints of Deep Sky Blue #0BADE7
RGB
CMYK
RGB Variations
Color information
#0BADE7 (or 0x0BADE7) is known color: Deep Sky Blue. HEX triplet: 0B, AD and E7. RGB value is (11,173,231). Sum of RGB (Red+Green+Blue) = 11+173+231=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #0BADE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BADE7 is #F45218. Grayscale: #828282. Windows color (decimal): -16011801 or 15183115. OLE color: 15183115.
HSL color Cylindrical-coordinate representation of color #0BADE7: hue angle of 195.82º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BADE7 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 173 | 231 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.09 |
| HSL | 195.82º | 0.91% | 0.47% | - |
| HSV(B) | 195.82º | 0.95% | 0.91% | - |
| XYZ | 29.51 | 35.73 | 80.94 | - |
| YUV | 131.17 | 184.33 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 231 | 0.95 | 0.25 | 0 | 0.09 | 195.82 | 0.91 | 0.47 |
| Hex | B | AD | E7 | 5F | 19 | 0 | 9 | C4 | 5B | 2F |
| Octal | 13 | 255 | 347 | 137 | 31 | 0 | 11 | 304 | 133 | 57 |
| Binary | 1011 | 10101101 | 11100111 | 1011111 | 11001 | 0 | 1001 | 11000100 | 1011011 | 101111 |
Color Harmonies of #0BADE7
Complementary color
Monochromatic Colors of #0BADE7
Black with #0BADE7
Text Example
Text Example
White with #0BADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BADE7; }
p { color: rgb(11,173,231); }
H1.HeaderClassName
{
color: #0BADE7;
}
.AnyTagClassName
{
color: #0BADE7;
}
</style>
background-color css
<style>
a { background-color: #0BADE7; }
a { background-color: rgb(11,173,231); }
div.DivClassName
{
background-color: #0BADE7;
}
.BgClassName
{
background-color: #0BADE7;
}
</style>
border-color css
<style>
span { border-color: #0BADE7; }
span { border-color: rgb(11,173,231); }
td.TdClassName
{
border-color: #0BADE7;
}
.TagClassName
{
border-color: #0BADE7;
}
</style>