Shades of Cadet Blue #63A2AA
Tints of Cadet Blue #63A2AA
RGB
CMYK
RGB Variations
Color information
#63A2AA (or 0x63A2AA) is known color: Cadet Blue. HEX triplet: 63, A2 and AA. RGB value is (99,162,170). Sum of RGB (Red+Green+Blue) = 99+162+170=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #63A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A2AA is #9C5D55. Grayscale: #8F8F8F. Windows color (decimal): -10247510 or 11182691. OLE color: 11182691.
HSL color Cylindrical-coordinate representation of color #63A2AA: hue angle of 186.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63A2AA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 162 | 170 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.33 |
| HSL | 186.76º | 0.29% | 0.53% | - |
| HSV(B) | 186.76º | 0.42% | 0.67% | - |
| XYZ | 25.32 | 31.4 | 42.76 | - |
| YUV | 144.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 170 | 0.42 | 0.05 | 0 | 0.33 | 186.76 | 0.29 | 0.53 |
| Hex | 63 | A2 | AA | 2A | 5 | 0 | 21 | BB | 1D | 35 |
| Octal | 143 | 242 | 252 | 52 | 5 | 0 | 41 | 273 | 35 | 65 |
| Binary | 1100011 | 10100010 | 10101010 | 101010 | 101 | 0 | 100001 | 10111011 | 11101 | 110101 |
Color Harmonies of #63A2AA
Complementary color
Monochromatic Colors of #63A2AA
Black with #63A2AA
Text Example
Text Example
White with #63A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A2AA; }
p { color: rgb(99,162,170); }
H1.HeaderClassName
{
color: #63A2AA;
}
.AnyTagClassName
{
color: #63A2AA;
}
</style>
background-color css
<style>
a { background-color: #63A2AA; }
a { background-color: rgb(99,162,170); }
div.DivClassName
{
background-color: #63A2AA;
}
.BgClassName
{
background-color: #63A2AA;
}
</style>
border-color css
<style>
span { border-color: #63A2AA; }
span { border-color: rgb(99,162,170); }
td.TdClassName
{
border-color: #63A2AA;
}
.TagClassName
{
border-color: #63A2AA;
}
</style>