Shades of Deep Sky Blue #01C6FF
Tints of Deep Sky Blue #01C6FF
RGB
CMYK
RGB Variations
Color information
#01C6FF (or 0x01C6FF) is known color: Deep Sky Blue. HEX triplet: 01, C6 and FF. RGB value is (1,198,255). Sum of RGB (Red+Green+Blue) = 1+198+255=454 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 454); Green value is 198 (77.73% from 255 or 43.61% 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 #01C6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C6FF is #FE3900. Grayscale: #919191. Windows color (decimal): -16660737 or 16762369. OLE color: 16762369.
HSL color Cylindrical-coordinate representation of color #01C6FF: hue angle of 193.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C6FF is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 198 | 255 | - |
| CMYK | 1.00 | 0.22 | 0 | 0 |
| HSL | 193.46º | 1% | 0.5% | - |
| HSV(B) | 193.46º | 1% | 1% | - |
| XYZ | 38.26 | 47.61 | 101.78 | - |
| YUV | 145.6 | 189.73 | 24.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 255 | 1.00 | 0.22 | 0 | 0 | 193.46 | 1 | 0.5 |
| Hex | 1 | C6 | FF | 64 | 16 | 0 | 0 | C1 | 64 | 32 |
| Octal | 1 | 306 | 377 | 144 | 26 | 0 | 0 | 301 | 144 | 62 |
| Binary | 1 | 11000110 | 11111111 | 1100100 | 10110 | 0 | 0 | 11000001 | 1100100 | 110010 |
Color Harmonies of #01C6FF
Complementary color
Monochromatic Colors of #01C6FF
Black with #01C6FF
Text Example
Text Example
White with #01C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C6FF; }
p { color: rgb(1,198,255); }
H1.HeaderClassName
{
color: #01C6FF;
}
.AnyTagClassName
{
color: #01C6FF;
}
</style>
background-color css
<style>
a { background-color: #01C6FF; }
a { background-color: rgb(1,198,255); }
div.DivClassName
{
background-color: #01C6FF;
}
.BgClassName
{
background-color: #01C6FF;
}
</style>
border-color css
<style>
span { border-color: #01C6FF; }
span { border-color: rgb(1,198,255); }
td.TdClassName
{
border-color: #01C6FF;
}
.TagClassName
{
border-color: #01C6FF;
}
</style>