Shades of Deep Sky Blue #06B1FF
Tints of Deep Sky Blue #06B1FF
RGB
CMYK
RGB Variations
Color information
#06B1FF (or 0x06B1FF) is known color: Deep Sky Blue. HEX triplet: 06, B1 and FF. RGB value is (6,177,255). Sum of RGB (Red+Green+Blue) = 6+177+255=438 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #06B1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06B1FF is #F94E00. Grayscale: #868686. Windows color (decimal): -16338433 or 16756998. OLE color: 16756998.
HSL color Cylindrical-coordinate representation of color #06B1FF: hue angle of 198.8º 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 #06B1FF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 177 | 255 | - |
| CMYK | 0.98 | 0.31 | 0 | 0 |
| HSL | 198.8º | 1% | 0.51% | - |
| HSV(B) | 198.8º | 0.98% | 1% | - |
| XYZ | 33.85 | 38.7 | 100.29 | - |
| YUV | 134.76 | 195.85 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 177 | 255 | 0.98 | 0.31 | 0 | 0 | 198.8 | 1 | 0.51 |
| Hex | 6 | B1 | FF | 62 | 1F | 0 | 0 | C7 | 64 | 33 |
| Octal | 6 | 261 | 377 | 142 | 37 | 0 | 0 | 307 | 144 | 63 |
| Binary | 110 | 10110001 | 11111111 | 1100010 | 11111 | 0 | 0 | 11000111 | 1100100 | 110011 |
Color Harmonies of #06B1FF
Complementary color
Monochromatic Colors of #06B1FF
Black with #06B1FF
Text Example
Text Example
White with #06B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B1FF; }
p { color: rgb(6,177,255); }
H1.HeaderClassName
{
color: #06B1FF;
}
.AnyTagClassName
{
color: #06B1FF;
}
</style>
background-color css
<style>
a { background-color: #06B1FF; }
a { background-color: rgb(6,177,255); }
div.DivClassName
{
background-color: #06B1FF;
}
.BgClassName
{
background-color: #06B1FF;
}
</style>
border-color css
<style>
span { border-color: #06B1FF; }
span { border-color: rgb(6,177,255); }
td.TdClassName
{
border-color: #06B1FF;
}
.TagClassName
{
border-color: #06B1FF;
}
</style>