Shades of Cadet Blue #70989B
Tints of Cadet Blue #70989B
RGB
CMYK
RGB Variations
Color information
#70989B (or 0x70989B) is known color: Cadet Blue. HEX triplet: 70, 98 and 9B. RGB value is (112,152,155). Sum of RGB (Red+Green+Blue) = 112+152+155=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #70989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70989B is #8F6764. Grayscale: #8C8C8C. Windows color (decimal): -9398117 or 10197104. OLE color: 10197104.
HSL color Cylindrical-coordinate representation of color #70989B: hue angle of 184.19º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70989B is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 152 | 155 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.39 |
| HSL | 184.19º | 0.18% | 0.52% | - |
| HSV(B) | 184.19º | 0.28% | 0.61% | - |
| XYZ | 23.83 | 28.27 | 35.21 | - |
| YUV | 140.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 155 | 0.28 | 0.02 | 0 | 0.39 | 184.19 | 0.18 | 0.52 |
| Hex | 70 | 98 | 9B | 1C | 2 | 0 | 27 | B8 | 12 | 34 |
| Octal | 160 | 230 | 233 | 34 | 2 | 0 | 47 | 270 | 22 | 64 |
| Binary | 1110000 | 10011000 | 10011011 | 11100 | 10 | 0 | 100111 | 10111000 | 10010 | 110100 |
Color Harmonies of #70989B
Complementary color
Monochromatic Colors of #70989B
Black with #70989B
Text Example
Text Example
White with #70989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70989B; }
p { color: rgb(112,152,155); }
H1.HeaderClassName
{
color: #70989B;
}
.AnyTagClassName
{
color: #70989B;
}
</style>
background-color css
<style>
a { background-color: #70989B; }
a { background-color: rgb(112,152,155); }
div.DivClassName
{
background-color: #70989B;
}
.BgClassName
{
background-color: #70989B;
}
</style>
border-color css
<style>
span { border-color: #70989B; }
span { border-color: rgb(112,152,155); }
td.TdClassName
{
border-color: #70989B;
}
.TagClassName
{
border-color: #70989B;
}
</style>