Shades of Deep Sky Blue #06BAFF
Tints of Deep Sky Blue #06BAFF
RGB
CMYK
RGB Variations
Color information
#06BAFF (or 0x06BAFF) is known color: Deep Sky Blue. HEX triplet: 06, BA and FF. RGB value is (6,186,255). Sum of RGB (Red+Green+Blue) = 6+186+255=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #06BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BAFF is #F94500. Grayscale: #8B8B8B. Windows color (decimal): -16336129 or 16759302. OLE color: 16759302.
HSL color Cylindrical-coordinate representation of color #06BAFF: hue angle of 196.63º 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 #06BAFF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 186 | 255 | - |
| CMYK | 0.98 | 0.27 | 0 | 0 |
| HSL | 196.63º | 1% | 0.51% | - |
| HSV(B) | 196.63º | 0.98% | 1% | - |
| XYZ | 35.68 | 42.38 | 100.91 | - |
| YUV | 140.05 | 192.87 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 255 | 0.98 | 0.27 | 0 | 0 | 196.63 | 1 | 0.51 |
| Hex | 6 | BA | FF | 62 | 1B | 0 | 0 | C5 | 64 | 33 |
| Octal | 6 | 272 | 377 | 142 | 33 | 0 | 0 | 305 | 144 | 63 |
| Binary | 110 | 10111010 | 11111111 | 1100010 | 11011 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #06BAFF
Complementary color
Monochromatic Colors of #06BAFF
Black with #06BAFF
Text Example
Text Example
White with #06BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BAFF; }
p { color: rgb(6,186,255); }
H1.HeaderClassName
{
color: #06BAFF;
}
.AnyTagClassName
{
color: #06BAFF;
}
</style>
background-color css
<style>
a { background-color: #06BAFF; }
a { background-color: rgb(6,186,255); }
div.DivClassName
{
background-color: #06BAFF;
}
.BgClassName
{
background-color: #06BAFF;
}
</style>
border-color css
<style>
span { border-color: #06BAFF; }
span { border-color: rgb(6,186,255); }
td.TdClassName
{
border-color: #06BAFF;
}
.TagClassName
{
border-color: #06BAFF;
}
</style>