Shades of Cadet Blue #70989E
Tints of Cadet Blue #70989E
RGB
CMYK
RGB Variations
Color information
#70989E (or 0x70989E) is known color: Cadet Blue. HEX triplet: 70, 98 and 9E. RGB value is (112,152,158). Sum of RGB (Red+Green+Blue) = 112+152+158=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #70989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70989E is #8F6761. Grayscale: #8C8C8C. Windows color (decimal): -9398114 or 10393712. OLE color: 10393712.
HSL color Cylindrical-coordinate representation of color #70989E: hue angle of 187.83º 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 #70989E is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 152 | 158 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.38 |
| HSL | 187.83º | 0.19% | 0.53% | - |
| HSV(B) | 187.83º | 0.29% | 0.62% | - |
| XYZ | 24.08 | 28.37 | 36.55 | - |
| YUV | 140.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 158 | 0.29 | 0.04 | 0 | 0.38 | 187.83 | 0.19 | 0.53 |
| Hex | 70 | 98 | 9E | 1D | 4 | 0 | 26 | BC | 13 | 35 |
| Octal | 160 | 230 | 236 | 35 | 4 | 0 | 46 | 274 | 23 | 65 |
| Binary | 1110000 | 10011000 | 10011110 | 11101 | 100 | 0 | 100110 | 10111100 | 10011 | 110101 |
Color Harmonies of #70989E
Complementary color
Monochromatic Colors of #70989E
Black with #70989E
Text Example
Text Example
White with #70989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70989E; }
p { color: rgb(112,152,158); }
H1.HeaderClassName
{
color: #70989E;
}
.AnyTagClassName
{
color: #70989E;
}
</style>
background-color css
<style>
a { background-color: #70989E; }
a { background-color: rgb(112,152,158); }
div.DivClassName
{
background-color: #70989E;
}
.BgClassName
{
background-color: #70989E;
}
</style>
border-color css
<style>
span { border-color: #70989E; }
span { border-color: rgb(112,152,158); }
td.TdClassName
{
border-color: #70989E;
}
.TagClassName
{
border-color: #70989E;
}
</style>