Shades of Cadet Blue #709A9E
Tints of Cadet Blue #709A9E
RGB
CMYK
RGB Variations
Color information
#709A9E (or 0x709A9E) is known color: Cadet Blue. HEX triplet: 70, 9A and 9E. RGB value is (112,154,158). Sum of RGB (Red+Green+Blue) = 112+154+158=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #709A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709A9E is #8F6561. Grayscale: #8D8D8D. Windows color (decimal): -9397602 or 10394224. OLE color: 10394224.
HSL color Cylindrical-coordinate representation of color #709A9E: hue angle of 185.22º 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 #709A9E is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 154 | 158 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.38 |
| HSL | 185.22º | 0.19% | 0.53% | - |
| HSV(B) | 185.22º | 0.29% | 0.62% | - |
| XYZ | 24.41 | 29.02 | 36.66 | - |
| YUV | 141.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 158 | 0.29 | 0.03 | 0 | 0.38 | 185.22 | 0.19 | 0.53 |
| Hex | 70 | 9A | 9E | 1D | 3 | 0 | 26 | B9 | 13 | 35 |
| Octal | 160 | 232 | 236 | 35 | 3 | 0 | 46 | 271 | 23 | 65 |
| Binary | 1110000 | 10011010 | 10011110 | 11101 | 11 | 0 | 100110 | 10111001 | 10011 | 110101 |
Color Harmonies of #709A9E
Complementary color
Monochromatic Colors of #709A9E
Black with #709A9E
Text Example
Text Example
White with #709A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709A9E; }
p { color: rgb(112,154,158); }
H1.HeaderClassName
{
color: #709A9E;
}
.AnyTagClassName
{
color: #709A9E;
}
</style>
background-color css
<style>
a { background-color: #709A9E; }
a { background-color: rgb(112,154,158); }
div.DivClassName
{
background-color: #709A9E;
}
.BgClassName
{
background-color: #709A9E;
}
</style>
border-color css
<style>
span { border-color: #709A9E; }
span { border-color: rgb(112,154,158); }
td.TdClassName
{
border-color: #709A9E;
}
.TagClassName
{
border-color: #709A9E;
}
</style>