Shades of Deep Sky Blue #06C1FF
Tints of Deep Sky Blue #06C1FF
RGB
CMYK
RGB Variations
Color information
#06C1FF (or 0x06C1FF) is known color: Deep Sky Blue. HEX triplet: 06, C1 and FF. RGB value is (6,193,255). Sum of RGB (Red+Green+Blue) = 6+193+255=454 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #06C1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C1FF is #F93E00. Grayscale: #8F8F8F. Windows color (decimal): -16334337 or 16761094. OLE color: 16761094.
HSL color Cylindrical-coordinate representation of color #06C1FF: hue angle of 194.94º 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 #06C1FF is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 193 | 255 | - |
| CMYK | 0.98 | 0.24 | 0 | 0 |
| HSL | 194.94º | 1% | 0.51% | - |
| HSV(B) | 194.94º | 0.98% | 1% | - |
| XYZ | 37.2 | 45.4 | 101.41 | - |
| YUV | 144.16 | 190.55 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 255 | 0.98 | 0.24 | 0 | 0 | 194.94 | 1 | 0.51 |
| Hex | 6 | C1 | FF | 62 | 18 | 0 | 0 | C3 | 64 | 33 |
| Octal | 6 | 301 | 377 | 142 | 30 | 0 | 0 | 303 | 144 | 63 |
| Binary | 110 | 11000001 | 11111111 | 1100010 | 11000 | 0 | 0 | 11000011 | 1100100 | 110011 |
Color Harmonies of #06C1FF
Complementary color
Monochromatic Colors of #06C1FF
Black with #06C1FF
Text Example
Text Example
White with #06C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C1FF; }
p { color: rgb(6,193,255); }
H1.HeaderClassName
{
color: #06C1FF;
}
.AnyTagClassName
{
color: #06C1FF;
}
</style>
background-color css
<style>
a { background-color: #06C1FF; }
a { background-color: rgb(6,193,255); }
div.DivClassName
{
background-color: #06C1FF;
}
.BgClassName
{
background-color: #06C1FF;
}
</style>
border-color css
<style>
span { border-color: #06C1FF; }
span { border-color: rgb(6,193,255); }
td.TdClassName
{
border-color: #06C1FF;
}
.TagClassName
{
border-color: #06C1FF;
}
</style>