Shades of Deep Sky Blue #06C9FF
Tints of Deep Sky Blue #06C9FF
RGB
CMYK
RGB Variations
Color information
#06C9FF (or 0x06C9FF) is known color: Deep Sky Blue. HEX triplet: 06, C9 and FF. RGB value is (6,201,255). Sum of RGB (Red+Green+Blue) = 6+201+255=462 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #06C9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C9FF is #F93600. Grayscale: #949494. Windows color (decimal): -16332289 or 16763142. OLE color: 16763142.
HSL color Cylindrical-coordinate representation of color #06C9FF: hue angle of 193.01º 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 #06C9FF is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 201 | 255 | - |
| CMYK | 0.98 | 0.21 | 0 | 0 |
| HSL | 193.01º | 1% | 0.51% | - |
| HSV(B) | 193.01º | 0.98% | 1% | - |
| XYZ | 39.01 | 49.03 | 102.02 | - |
| YUV | 148.85 | 187.9 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 255 | 0.98 | 0.21 | 0 | 0 | 193.01 | 1 | 0.51 |
| Hex | 6 | C9 | FF | 62 | 15 | 0 | 0 | C1 | 64 | 33 |
| Octal | 6 | 311 | 377 | 142 | 25 | 0 | 0 | 301 | 144 | 63 |
| Binary | 110 | 11001001 | 11111111 | 1100010 | 10101 | 0 | 0 | 11000001 | 1100100 | 110011 |
Color Harmonies of #06C9FF
Complementary color
Monochromatic Colors of #06C9FF
Black with #06C9FF
Text Example
Text Example
White with #06C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C9FF; }
p { color: rgb(6,201,255); }
H1.HeaderClassName
{
color: #06C9FF;
}
.AnyTagClassName
{
color: #06C9FF;
}
</style>
background-color css
<style>
a { background-color: #06C9FF; }
a { background-color: rgb(6,201,255); }
div.DivClassName
{
background-color: #06C9FF;
}
.BgClassName
{
background-color: #06C9FF;
}
</style>
border-color css
<style>
span { border-color: #06C9FF; }
span { border-color: rgb(6,201,255); }
td.TdClassName
{
border-color: #06C9FF;
}
.TagClassName
{
border-color: #06C9FF;
}
</style>