Shades of Cadet Blue #63A1AA
Tints of Cadet Blue #63A1AA
RGB
CMYK
RGB Variations
Color information
#63A1AA (or 0x63A1AA) is known color: Cadet Blue. HEX triplet: 63, A1 and AA. RGB value is (99,161,170). Sum of RGB (Red+Green+Blue) = 99+161+170=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #63A1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A1AA is #9C5E55. Grayscale: #8F8F8F. Windows color (decimal): -10247766 or 11182435. OLE color: 11182435.
HSL color Cylindrical-coordinate representation of color #63A1AA: hue angle of 187.61º 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 #63A1AA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 161 | 170 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.33 |
| HSL | 187.61º | 0.29% | 0.53% | - |
| HSV(B) | 187.61º | 0.42% | 0.67% | - |
| XYZ | 25.15 | 31.04 | 42.7 | - |
| YUV | 143.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 170 | 0.42 | 0.05 | 0 | 0.33 | 187.61 | 0.29 | 0.53 |
| Hex | 63 | A1 | AA | 2A | 5 | 0 | 21 | BC | 1D | 35 |
| Octal | 143 | 241 | 252 | 52 | 5 | 0 | 41 | 274 | 35 | 65 |
| Binary | 1100011 | 10100001 | 10101010 | 101010 | 101 | 0 | 100001 | 10111100 | 11101 | 110101 |
Color Harmonies of #63A1AA
Complementary color
Monochromatic Colors of #63A1AA
Black with #63A1AA
Text Example
Text Example
White with #63A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A1AA; }
p { color: rgb(99,161,170); }
H1.HeaderClassName
{
color: #63A1AA;
}
.AnyTagClassName
{
color: #63A1AA;
}
</style>
background-color css
<style>
a { background-color: #63A1AA; }
a { background-color: rgb(99,161,170); }
div.DivClassName
{
background-color: #63A1AA;
}
.BgClassName
{
background-color: #63A1AA;
}
</style>
border-color css
<style>
span { border-color: #63A1AA; }
span { border-color: rgb(99,161,170); }
td.TdClassName
{
border-color: #63A1AA;
}
.TagClassName
{
border-color: #63A1AA;
}
</style>