Shades of Deep Sky Blue #06B9FF
Tints of Deep Sky Blue #06B9FF
RGB
CMYK
RGB Variations
Color information
#06B9FF (or 0x06B9FF) is known color: Deep Sky Blue. HEX triplet: 06, B9 and FF. RGB value is (6,185,255). Sum of RGB (Red+Green+Blue) = 6+185+255=446 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 446); Green value is 185 (72.66% from 255 or 41.48% 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 #06B9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B9FF is #F94600. Grayscale: #8B8B8B. Windows color (decimal): -16336385 or 16759046. OLE color: 16759046.
HSL color Cylindrical-coordinate representation of color #06B9FF: hue angle of 196.87º 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 #06B9FF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 185 | 255 | - |
| CMYK | 0.98 | 0.27 | 0 | 0 |
| HSL | 196.87º | 1% | 0.51% | - |
| HSV(B) | 196.87º | 0.98% | 1% | - |
| XYZ | 35.47 | 41.96 | 100.84 | - |
| YUV | 139.46 | 193.2 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 185 | 255 | 0.98 | 0.27 | 0 | 0 | 196.87 | 1 | 0.51 |
| Hex | 6 | B9 | FF | 62 | 1B | 0 | 0 | C5 | 64 | 33 |
| Octal | 6 | 271 | 377 | 142 | 33 | 0 | 0 | 305 | 144 | 63 |
| Binary | 110 | 10111001 | 11111111 | 1100010 | 11011 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #06B9FF
Complementary color
Monochromatic Colors of #06B9FF
Black with #06B9FF
Text Example
Text Example
White with #06B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B9FF; }
p { color: rgb(6,185,255); }
H1.HeaderClassName
{
color: #06B9FF;
}
.AnyTagClassName
{
color: #06B9FF;
}
</style>
background-color css
<style>
a { background-color: #06B9FF; }
a { background-color: rgb(6,185,255); }
div.DivClassName
{
background-color: #06B9FF;
}
.BgClassName
{
background-color: #06B9FF;
}
</style>
border-color css
<style>
span { border-color: #06B9FF; }
span { border-color: rgb(6,185,255); }
td.TdClassName
{
border-color: #06B9FF;
}
.TagClassName
{
border-color: #06B9FF;
}
</style>