Shades of Deep Sky Blue #05BAFF
Tints of Deep Sky Blue #05BAFF
RGB
CMYK
RGB Variations
Color information
#05BAFF (or 0x05BAFF) is known color: Deep Sky Blue. HEX triplet: 05, BA and FF. RGB value is (5,186,255). Sum of RGB (Red+Green+Blue) = 5+186+255=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #05BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BAFF is #FA4500. Grayscale: #8B8B8B. Windows color (decimal): -16401665 or 16759301. OLE color: 16759301.
HSL color Cylindrical-coordinate representation of color #05BAFF: hue angle of 196.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BAFF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 186 | 255 | - |
| CMYK | 0.98 | 0.27 | 0 | 0 |
| HSL | 196.56º | 1% | 0.51% | - |
| HSV(B) | 196.56º | 0.98% | 1% | - |
| XYZ | 35.67 | 42.37 | 100.91 | - |
| YUV | 139.75 | 193.03 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 255 | 0.98 | 0.27 | 0 | 0 | 196.56 | 1 | 0.51 |
| Hex | 5 | BA | FF | 62 | 1B | 0 | 0 | C5 | 64 | 33 |
| Octal | 5 | 272 | 377 | 142 | 33 | 0 | 0 | 305 | 144 | 63 |
| Binary | 101 | 10111010 | 11111111 | 1100010 | 11011 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #05BAFF
Complementary color
Monochromatic Colors of #05BAFF
Black with #05BAFF
Text Example
Text Example
White with #05BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BAFF; }
p { color: rgb(5,186,255); }
H1.HeaderClassName
{
color: #05BAFF;
}
.AnyTagClassName
{
color: #05BAFF;
}
</style>
background-color css
<style>
a { background-color: #05BAFF; }
a { background-color: rgb(5,186,255); }
div.DivClassName
{
background-color: #05BAFF;
}
.BgClassName
{
background-color: #05BAFF;
}
</style>
border-color css
<style>
span { border-color: #05BAFF; }
span { border-color: rgb(5,186,255); }
td.TdClassName
{
border-color: #05BAFF;
}
.TagClassName
{
border-color: #05BAFF;
}
</style>