Shades of Dark Cyan #017E8F
Tints of Dark Cyan #017E8F
RGB
CMYK
RGB Variations
Color information
#017E8F (or 0x017E8F) is known color: Dark Cyan. HEX triplet: 01, 7E and 8F. RGB value is (1,126,143). Sum of RGB (Red+Green+Blue) = 1+126+143=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #017E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017E8F is #FE8170. Grayscale: #5A5A5A. Windows color (decimal): -16679281 or 9403905. OLE color: 9403905.
HSL color Cylindrical-coordinate representation of color #017E8F: hue angle of 187.18º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017E8F is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 126 | 143 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.44 |
| HSL | 187.18º | 0.99% | 0.28% | - |
| HSV(B) | 187.18º | 0.99% | 0.56% | - |
| XYZ | 12.43 | 16.91 | 28.6 | - |
| YUV | 90.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 143 | 0.99 | 0.12 | 0 | 0.44 | 187.18 | 0.99 | 0.28 |
| Hex | 1 | 7E | 8F | 63 | C | 0 | 2C | BB | 63 | 1C |
| Octal | 1 | 176 | 217 | 143 | 14 | 0 | 54 | 273 | 143 | 34 |
| Binary | 1 | 1111110 | 10001111 | 1100011 | 1100 | 0 | 101100 | 10111011 | 1100011 | 11100 |
Color Harmonies of #017E8F
Complementary color
Monochromatic Colors of #017E8F
Black with #017E8F
Text Example
Text Example
White with #017E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E8F; }
p { color: rgb(1,126,143); }
H1.HeaderClassName
{
color: #017E8F;
}
.AnyTagClassName
{
color: #017E8F;
}
</style>
background-color css
<style>
a { background-color: #017E8F; }
a { background-color: rgb(1,126,143); }
div.DivClassName
{
background-color: #017E8F;
}
.BgClassName
{
background-color: #017E8F;
}
</style>
border-color css
<style>
span { border-color: #017E8F; }
span { border-color: rgb(1,126,143); }
td.TdClassName
{
border-color: #017E8F;
}
.TagClassName
{
border-color: #017E8F;
}
</style>