Shades of Deep Sky Blue #01C6ED
Tints of Deep Sky Blue #01C6ED
RGB
CMYK
RGB Variations
Color information
#01C6ED (or 0x01C6ED) is known color: Deep Sky Blue. HEX triplet: 01, C6 and ED. RGB value is (1,198,237). Sum of RGB (Red+Green+Blue) = 1+198+237=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #01C6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C6ED is #FE3912. Grayscale: #8F8F8F. Windows color (decimal): -16660755 or 15582721. OLE color: 15582721.
HSL color Cylindrical-coordinate representation of color #01C6ED: hue angle of 189.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C6ED is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 198 | 237 | - |
| CMYK | 1.00 | 0.16 | 0 | 0.07 |
| HSL | 189.92º | 0.99% | 0.47% | - |
| HSV(B) | 189.92º | 1% | 0.93% | - |
| XYZ | 35.49 | 46.51 | 87.23 | - |
| YUV | 143.54 | 180.73 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 237 | 1.00 | 0.16 | 0 | 0.07 | 189.92 | 0.99 | 0.47 |
| Hex | 1 | C6 | ED | 64 | 10 | 0 | 7 | BE | 63 | 2F |
| Octal | 1 | 306 | 355 | 144 | 20 | 0 | 7 | 276 | 143 | 57 |
| Binary | 1 | 11000110 | 11101101 | 1100100 | 10000 | 0 | 111 | 10111110 | 1100011 | 101111 |
Color Harmonies of #01C6ED
Complementary color
Monochromatic Colors of #01C6ED
Black with #01C6ED
Text Example
Text Example
White with #01C6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C6ED; }
p { color: rgb(1,198,237); }
H1.HeaderClassName
{
color: #01C6ED;
}
.AnyTagClassName
{
color: #01C6ED;
}
</style>
background-color css
<style>
a { background-color: #01C6ED; }
a { background-color: rgb(1,198,237); }
div.DivClassName
{
background-color: #01C6ED;
}
.BgClassName
{
background-color: #01C6ED;
}
</style>
border-color css
<style>
span { border-color: #01C6ED; }
span { border-color: rgb(1,198,237); }
td.TdClassName
{
border-color: #01C6ED;
}
.TagClassName
{
border-color: #01C6ED;
}
</style>