Shades of Cadet Blue #70999D
Tints of Cadet Blue #70999D
RGB
CMYK
RGB Variations
Color information
#70999D (or 0x70999D) is known color: Cadet Blue. HEX triplet: 70, 99 and 9D. RGB value is (112,153,157). Sum of RGB (Red+Green+Blue) = 112+153+157=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #70999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70999D is #8F6662. Grayscale: #8D8D8D. Windows color (decimal): -9397859 or 10328432. OLE color: 10328432.
HSL color Cylindrical-coordinate representation of color #70999D: hue angle of 185.33º 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 #70999D is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 153 | 157 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.38 |
| HSL | 185.33º | 0.19% | 0.53% | - |
| HSV(B) | 185.33º | 0.29% | 0.62% | - |
| XYZ | 24.16 | 28.66 | 36.16 | - |
| YUV | 141.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 157 | 0.29 | 0.03 | 0 | 0.38 | 185.33 | 0.19 | 0.53 |
| Hex | 70 | 99 | 9D | 1D | 3 | 0 | 26 | B9 | 13 | 35 |
| Octal | 160 | 231 | 235 | 35 | 3 | 0 | 46 | 271 | 23 | 65 |
| Binary | 1110000 | 10011001 | 10011101 | 11101 | 11 | 0 | 100110 | 10111001 | 10011 | 110101 |
Color Harmonies of #70999D
Complementary color
Monochromatic Colors of #70999D
Black with #70999D
Text Example
Text Example
White with #70999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70999D; }
p { color: rgb(112,153,157); }
H1.HeaderClassName
{
color: #70999D;
}
.AnyTagClassName
{
color: #70999D;
}
</style>
background-color css
<style>
a { background-color: #70999D; }
a { background-color: rgb(112,153,157); }
div.DivClassName
{
background-color: #70999D;
}
.BgClassName
{
background-color: #70999D;
}
</style>
border-color css
<style>
span { border-color: #70999D; }
span { border-color: rgb(112,153,157); }
td.TdClassName
{
border-color: #70999D;
}
.TagClassName
{
border-color: #70999D;
}
</style>