Shades of Cadet Blue #72999D
Tints of Cadet Blue #72999D
RGB
CMYK
RGB Variations
Color information
#72999D (or 0x72999D) is known color: Cadet Blue. HEX triplet: 72, 99 and 9D. RGB value is (114,153,157). Sum of RGB (Red+Green+Blue) = 114+153+157=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #72999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72999D is #8D6662. Grayscale: #8D8D8D. Windows color (decimal): -9266787 or 10328434. OLE color: 10328434.
HSL color Cylindrical-coordinate representation of color #72999D: hue angle of 185.58º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72999D is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 153 | 157 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.38 |
| HSL | 185.58º | 0.18% | 0.53% | - |
| HSV(B) | 185.58º | 0.27% | 0.62% | - |
| XYZ | 24.42 | 28.79 | 36.17 | - |
| YUV | 141.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 157 | 0.27 | 0.03 | 0 | 0.38 | 185.58 | 0.18 | 0.53 |
| Hex | 72 | 99 | 9D | 1B | 3 | 0 | 26 | BA | 12 | 35 |
| Octal | 162 | 231 | 235 | 33 | 3 | 0 | 46 | 272 | 22 | 65 |
| Binary | 1110010 | 10011001 | 10011101 | 11011 | 11 | 0 | 100110 | 10111010 | 10010 | 110101 |
Color Harmonies of #72999D
Complementary color
Monochromatic Colors of #72999D
Black with #72999D
Text Example
Text Example
White with #72999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72999D; }
p { color: rgb(114,153,157); }
H1.HeaderClassName
{
color: #72999D;
}
.AnyTagClassName
{
color: #72999D;
}
</style>
background-color css
<style>
a { background-color: #72999D; }
a { background-color: rgb(114,153,157); }
div.DivClassName
{
background-color: #72999D;
}
.BgClassName
{
background-color: #72999D;
}
</style>
border-color css
<style>
span { border-color: #72999D; }
span { border-color: rgb(114,153,157); }
td.TdClassName
{
border-color: #72999D;
}
.TagClassName
{
border-color: #72999D;
}
</style>