Shades of Deep Sky Blue #06BAF1
Tints of Deep Sky Blue #06BAF1
RGB
CMYK
RGB Variations
Color information
#06BAF1 (or 0x06BAF1) is known color: Deep Sky Blue. HEX triplet: 06, BA and F1. RGB value is (6,186,241). Sum of RGB (Red+Green+Blue) = 6+186+241=433 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #06BAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BAF1 is #F9450E. Grayscale: #8A8A8A. Windows color (decimal): -16336143 or 15841798. OLE color: 15841798.
HSL color Cylindrical-coordinate representation of color #06BAF1: hue angle of 194.04º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BAF1 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 186 | 241 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.05 |
| HSL | 194.04º | 0.95% | 0.48% | - |
| HSV(B) | 194.04º | 0.98% | 0.95% | - |
| XYZ | 33.51 | 41.51 | 89.46 | - |
| YUV | 138.45 | 185.87 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 241 | 0.98 | 0.23 | 0 | 0.05 | 194.04 | 0.95 | 0.48 |
| Hex | 6 | BA | F1 | 62 | 17 | 0 | 5 | C2 | 5F | 30 |
| Octal | 6 | 272 | 361 | 142 | 27 | 0 | 5 | 302 | 137 | 60 |
| Binary | 110 | 10111010 | 11110001 | 1100010 | 10111 | 0 | 101 | 11000010 | 1011111 | 110000 |
Color Harmonies of #06BAF1
Complementary color
Monochromatic Colors of #06BAF1
Black with #06BAF1
Text Example
Text Example
White with #06BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BAF1; }
p { color: rgb(6,186,241); }
H1.HeaderClassName
{
color: #06BAF1;
}
.AnyTagClassName
{
color: #06BAF1;
}
</style>
background-color css
<style>
a { background-color: #06BAF1; }
a { background-color: rgb(6,186,241); }
div.DivClassName
{
background-color: #06BAF1;
}
.BgClassName
{
background-color: #06BAF1;
}
</style>
border-color css
<style>
span { border-color: #06BAF1; }
span { border-color: rgb(6,186,241); }
td.TdClassName
{
border-color: #06BAF1;
}
.TagClassName
{
border-color: #06BAF1;
}
</style>