Shades of Cadet Blue #47AAA9
Tints of Cadet Blue #47AAA9
RGB
CMYK
RGB Variations
Color information
#47AAA9 (or 0x47AAA9) is known color: Cadet Blue. HEX triplet: 47, AA and A9. RGB value is (71,170,169). Sum of RGB (Red+Green+Blue) = 71+170+169=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #47AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AAA9 is #B85556. Grayscale: #8C8C8C. Windows color (decimal): -12080471 or 11119175. OLE color: 11119175.
HSL color Cylindrical-coordinate representation of color #47AAA9: hue angle of 179.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AAA9 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 170 | 169 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.33 |
| HSL | 179.39º | 0.41% | 0.47% | - |
| HSV(B) | 179.39º | 0.58% | 0.67% | - |
| XYZ | 24.13 | 32.95 | 42.62 | - |
| YUV | 140.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 169 | 0.58 | 0 | 0.01 | 0.33 | 179.39 | 0.41 | 0.47 |
| Hex | 47 | AA | A9 | 3A | 0 | 1 | 21 | B3 | 29 | 2F |
| Octal | 107 | 252 | 251 | 72 | 0 | 1 | 41 | 263 | 51 | 57 |
| Binary | 1000111 | 10101010 | 10101001 | 111010 | 0 | 1 | 100001 | 10110011 | 101001 | 101111 |
Color Harmonies of #47AAA9
Complementary color
Monochromatic Colors of #47AAA9
Black with #47AAA9
Text Example
Text Example
White with #47AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AAA9; }
p { color: rgb(71,170,169); }
H1.HeaderClassName
{
color: #47AAA9;
}
.AnyTagClassName
{
color: #47AAA9;
}
</style>
background-color css
<style>
a { background-color: #47AAA9; }
a { background-color: rgb(71,170,169); }
div.DivClassName
{
background-color: #47AAA9;
}
.BgClassName
{
background-color: #47AAA9;
}
</style>
border-color css
<style>
span { border-color: #47AAA9; }
span { border-color: rgb(71,170,169); }
td.TdClassName
{
border-color: #47AAA9;
}
.TagClassName
{
border-color: #47AAA9;
}
</style>