Shades of Cadet Blue #70999E
Tints of Cadet Blue #70999E
RGB
CMYK
RGB Variations
Color information
#70999E (or 0x70999E) is known color: Cadet Blue. HEX triplet: 70, 99 and 9E. RGB value is (112,153,158). Sum of RGB (Red+Green+Blue) = 112+153+158=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #70999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70999E is #8F6661. Grayscale: #8D8D8D. Windows color (decimal): -9397858 or 10393968. OLE color: 10393968.
HSL color Cylindrical-coordinate representation of color #70999E: hue angle of 186.52º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70999E is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 153 | 158 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.38 |
| HSL | 186.52º | 0.19% | 0.53% | - |
| HSV(B) | 186.52º | 0.29% | 0.62% | - |
| XYZ | 24.24 | 28.7 | 36.61 | - |
| YUV | 141.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 158 | 0.29 | 0.03 | 0 | 0.38 | 186.52 | 0.19 | 0.53 |
| Hex | 70 | 99 | 9E | 1D | 3 | 0 | 26 | BB | 13 | 35 |
| Octal | 160 | 231 | 236 | 35 | 3 | 0 | 46 | 273 | 23 | 65 |
| Binary | 1110000 | 10011001 | 10011110 | 11101 | 11 | 0 | 100110 | 10111011 | 10011 | 110101 |
Color Harmonies of #70999E
Complementary color
Monochromatic Colors of #70999E
Black with #70999E
Text Example
Text Example
White with #70999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70999E; }
p { color: rgb(112,153,158); }
H1.HeaderClassName
{
color: #70999E;
}
.AnyTagClassName
{
color: #70999E;
}
</style>
background-color css
<style>
a { background-color: #70999E; }
a { background-color: rgb(112,153,158); }
div.DivClassName
{
background-color: #70999E;
}
.BgClassName
{
background-color: #70999E;
}
</style>
border-color css
<style>
span { border-color: #70999E; }
span { border-color: rgb(112,153,158); }
td.TdClassName
{
border-color: #70999E;
}
.TagClassName
{
border-color: #70999E;
}
</style>