Shades of Cadet Blue #70979C
Tints of Cadet Blue #70979C
RGB
CMYK
RGB Variations
Color information
#70979C (or 0x70979C) is known color: Cadet Blue. HEX triplet: 70, 97 and 9C. RGB value is (112,151,156). Sum of RGB (Red+Green+Blue) = 112+151+156=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #70979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70979C is #8F6863. Grayscale: #8B8B8B. Windows color (decimal): -9398372 or 10262384. OLE color: 10262384.
HSL color Cylindrical-coordinate representation of color #70979C: hue angle of 186.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70979C is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 151 | 156 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.39 |
| HSL | 186.82º | 0.18% | 0.53% | - |
| HSV(B) | 186.82º | 0.28% | 0.61% | - |
| XYZ | 23.75 | 27.98 | 35.6 | - |
| YUV | 139.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 156 | 0.28 | 0.03 | 0 | 0.39 | 186.82 | 0.18 | 0.53 |
| Hex | 70 | 97 | 9C | 1C | 3 | 0 | 27 | BB | 12 | 35 |
| Octal | 160 | 227 | 234 | 34 | 3 | 0 | 47 | 273 | 22 | 65 |
| Binary | 1110000 | 10010111 | 10011100 | 11100 | 11 | 0 | 100111 | 10111011 | 10010 | 110101 |
Color Harmonies of #70979C
Complementary color
Monochromatic Colors of #70979C
Black with #70979C
Text Example
Text Example
White with #70979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70979C; }
p { color: rgb(112,151,156); }
H1.HeaderClassName
{
color: #70979C;
}
.AnyTagClassName
{
color: #70979C;
}
</style>
background-color css
<style>
a { background-color: #70979C; }
a { background-color: rgb(112,151,156); }
div.DivClassName
{
background-color: #70979C;
}
.BgClassName
{
background-color: #70979C;
}
</style>
border-color css
<style>
span { border-color: #70979C; }
span { border-color: rgb(112,151,156); }
td.TdClassName
{
border-color: #70979C;
}
.TagClassName
{
border-color: #70979C;
}
</style>