Shades of Cadet Blue #70999B
Tints of Cadet Blue #70999B
RGB
CMYK
RGB Variations
Color information
#70999B (or 0x70999B) is known color: Cadet Blue. HEX triplet: 70, 99 and 9B. RGB value is (112,153,155). Sum of RGB (Red+Green+Blue) = 112+153+155=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #70999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70999B is #8F6664. Grayscale: #8C8C8C. Windows color (decimal): -9397861 or 10197360. OLE color: 10197360.
HSL color Cylindrical-coordinate representation of color #70999B: hue angle of 182.79º 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 #70999B is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 153 | 155 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.39 |
| HSL | 182.79º | 0.18% | 0.52% | - |
| HSV(B) | 182.79º | 0.28% | 0.61% | - |
| XYZ | 23.99 | 28.59 | 35.27 | - |
| YUV | 140.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 155 | 0.28 | 0.01 | 0 | 0.39 | 182.79 | 0.18 | 0.52 |
| Hex | 70 | 99 | 9B | 1C | 1 | 0 | 27 | B7 | 12 | 34 |
| Octal | 160 | 231 | 233 | 34 | 1 | 0 | 47 | 267 | 22 | 64 |
| Binary | 1110000 | 10011001 | 10011011 | 11100 | 1 | 0 | 100111 | 10110111 | 10010 | 110100 |
Color Harmonies of #70999B
Complementary color
Monochromatic Colors of #70999B
Black with #70999B
Text Example
Text Example
White with #70999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70999B; }
p { color: rgb(112,153,155); }
H1.HeaderClassName
{
color: #70999B;
}
.AnyTagClassName
{
color: #70999B;
}
</style>
background-color css
<style>
a { background-color: #70999B; }
a { background-color: rgb(112,153,155); }
div.DivClassName
{
background-color: #70999B;
}
.BgClassName
{
background-color: #70999B;
}
</style>
border-color css
<style>
span { border-color: #70999B; }
span { border-color: rgb(112,153,155); }
td.TdClassName
{
border-color: #70999B;
}
.TagClassName
{
border-color: #70999B;
}
</style>