Shades of Cadet Blue #709A9D
Tints of Cadet Blue #709A9D
RGB
CMYK
RGB Variations
Color information
#709A9D (or 0x709A9D) is known color: Cadet Blue. HEX triplet: 70, 9A and 9D. RGB value is (112,154,157). Sum of RGB (Red+Green+Blue) = 112+154+157=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #709A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709A9D is #8F6562. Grayscale: #8D8D8D. Windows color (decimal): -9397603 or 10328688. OLE color: 10328688.
HSL color Cylindrical-coordinate representation of color #709A9D: hue angle of 184º 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 #709A9D is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 154 | 157 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.38 |
| HSL | 184º | 0.19% | 0.53% | - |
| HSV(B) | 184º | 0.29% | 0.62% | - |
| XYZ | 24.32 | 28.99 | 36.21 | - |
| YUV | 141.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 157 | 0.29 | 0.02 | 0 | 0.38 | 184 | 0.19 | 0.53 |
| Hex | 70 | 9A | 9D | 1D | 2 | 0 | 26 | B8 | 13 | 35 |
| Octal | 160 | 232 | 235 | 35 | 2 | 0 | 46 | 270 | 23 | 65 |
| Binary | 1110000 | 10011010 | 10011101 | 11101 | 10 | 0 | 100110 | 10111000 | 10011 | 110101 |
Color Harmonies of #709A9D
Complementary color
Monochromatic Colors of #709A9D
Black with #709A9D
Text Example
Text Example
White with #709A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709A9D; }
p { color: rgb(112,154,157); }
H1.HeaderClassName
{
color: #709A9D;
}
.AnyTagClassName
{
color: #709A9D;
}
</style>
background-color css
<style>
a { background-color: #709A9D; }
a { background-color: rgb(112,154,157); }
div.DivClassName
{
background-color: #709A9D;
}
.BgClassName
{
background-color: #709A9D;
}
</style>
border-color css
<style>
span { border-color: #709A9D; }
span { border-color: rgb(112,154,157); }
td.TdClassName
{
border-color: #709A9D;
}
.TagClassName
{
border-color: #709A9D;
}
</style>