Shades of Deep Sky Blue #06D1FF
Tints of Deep Sky Blue #06D1FF
RGB
CMYK
RGB Variations
Color information
#06D1FF (or 0x06D1FF) is known color: Deep Sky Blue. HEX triplet: 06, D1 and FF. RGB value is (6,209,255). Sum of RGB (Red+Green+Blue) = 6+209+255=470 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #06D1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D1FF is #F92E00. Grayscale: #999999. Windows color (decimal): -16330241 or 16765190. OLE color: 16765190.
HSL color Cylindrical-coordinate representation of color #06D1FF: hue angle of 191.08º 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 #06D1FF is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 209 | 255 | - |
| CMYK | 0.98 | 0.18 | 0 | 0 |
| HSL | 191.08º | 1% | 0.51% | - |
| HSV(B) | 191.08º | 0.98% | 1% | - |
| XYZ | 40.93 | 52.86 | 102.65 | - |
| YUV | 153.55 | 185.25 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 209 | 255 | 0.98 | 0.18 | 0 | 0 | 191.08 | 1 | 0.51 |
| Hex | 6 | D1 | FF | 62 | 12 | 0 | 0 | BF | 64 | 33 |
| Octal | 6 | 321 | 377 | 142 | 22 | 0 | 0 | 277 | 144 | 63 |
| Binary | 110 | 11010001 | 11111111 | 1100010 | 10010 | 0 | 0 | 10111111 | 1100100 | 110011 |
Color Harmonies of #06D1FF
Complementary color
Monochromatic Colors of #06D1FF
Black with #06D1FF
Text Example
Text Example
White with #06D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D1FF; }
p { color: rgb(6,209,255); }
H1.HeaderClassName
{
color: #06D1FF;
}
.AnyTagClassName
{
color: #06D1FF;
}
</style>
background-color css
<style>
a { background-color: #06D1FF; }
a { background-color: rgb(6,209,255); }
div.DivClassName
{
background-color: #06D1FF;
}
.BgClassName
{
background-color: #06D1FF;
}
</style>
border-color css
<style>
span { border-color: #06D1FF; }
span { border-color: rgb(6,209,255); }
td.TdClassName
{
border-color: #06D1FF;
}
.TagClassName
{
border-color: #06D1FF;
}
</style>