Shades of Deep Sky Blue #06D2FF
Tints of Deep Sky Blue #06D2FF
RGB
CMYK
RGB Variations
Color information
#06D2FF (or 0x06D2FF) is known color: Deep Sky Blue. HEX triplet: 06, D2 and FF. RGB value is (6,210,255). Sum of RGB (Red+Green+Blue) = 6+210+255=471 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #06D2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D2FF is #F92D00. Grayscale: #999999. Windows color (decimal): -16329985 or 16765446. OLE color: 16765446.
HSL color Cylindrical-coordinate representation of color #06D2FF: hue angle of 190.84º 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 #06D2FF is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 210 | 255 | - |
| CMYK | 0.98 | 0.18 | 0 | 0 |
| HSL | 190.84º | 1% | 0.51% | - |
| HSV(B) | 190.84º | 0.98% | 1% | - |
| XYZ | 41.17 | 53.35 | 102.74 | - |
| YUV | 154.13 | 184.91 | 22.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 255 | 0.98 | 0.18 | 0 | 0 | 190.84 | 1 | 0.51 |
| Hex | 6 | D2 | FF | 62 | 12 | 0 | 0 | BF | 64 | 33 |
| Octal | 6 | 322 | 377 | 142 | 22 | 0 | 0 | 277 | 144 | 63 |
| Binary | 110 | 11010010 | 11111111 | 1100010 | 10010 | 0 | 0 | 10111111 | 1100100 | 110011 |
Color Harmonies of #06D2FF
Complementary color
Monochromatic Colors of #06D2FF
Black with #06D2FF
Text Example
Text Example
White with #06D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D2FF; }
p { color: rgb(6,210,255); }
H1.HeaderClassName
{
color: #06D2FF;
}
.AnyTagClassName
{
color: #06D2FF;
}
</style>
background-color css
<style>
a { background-color: #06D2FF; }
a { background-color: rgb(6,210,255); }
div.DivClassName
{
background-color: #06D2FF;
}
.BgClassName
{
background-color: #06D2FF;
}
</style>
border-color css
<style>
span { border-color: #06D2FF; }
span { border-color: rgb(6,210,255); }
td.TdClassName
{
border-color: #06D2FF;
}
.TagClassName
{
border-color: #06D2FF;
}
</style>