Shades of Glacier #81AEBE
Tints of Glacier #81AEBE
RGB
CMYK
RGB Variations
Color information
#81AEBE (or 0x81AEBE) is known color: Glacier. HEX triplet: 81, AE and BE. RGB value is (129,174,190). Sum of RGB (Red+Green+Blue) = 129+174+190=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #81AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEBE is #7E5141. Grayscale: #A2A2A2. Windows color (decimal): -8278338 or 12496513. OLE color: 12496513.
HSL color Cylindrical-coordinate representation of color #81AEBE: hue angle of 195.74º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81AEBE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 174 | 190 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.25 |
| HSL | 195.74º | 0.32% | 0.63% | - |
| HSV(B) | 195.74º | 0.32% | 0.75% | - |
| XYZ | 33.48 | 38.66 | 54.41 | - |
| YUV | 162.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 190 | 0.32 | 0.08 | 0 | 0.25 | 195.74 | 0.32 | 0.63 |
| Hex | 81 | AE | BE | 20 | 8 | 0 | 19 | C4 | 20 | 3F |
| Octal | 201 | 256 | 276 | 40 | 10 | 0 | 31 | 304 | 40 | 77 |
| Binary | 10000001 | 10101110 | 10111110 | 100000 | 1000 | 0 | 11001 | 11000100 | 100000 | 111111 |
Color Harmonies of #81AEBE
Complementary color
Monochromatic Colors of #81AEBE
Black with #81AEBE
Text Example
Text Example
White with #81AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AEBE; }
p { color: rgb(129,174,190); }
H1.HeaderClassName
{
color: #81AEBE;
}
.AnyTagClassName
{
color: #81AEBE;
}
</style>
background-color css
<style>
a { background-color: #81AEBE; }
a { background-color: rgb(129,174,190); }
div.DivClassName
{
background-color: #81AEBE;
}
.BgClassName
{
background-color: #81AEBE;
}
</style>
border-color css
<style>
span { border-color: #81AEBE; }
span { border-color: rgb(129,174,190); }
td.TdClassName
{
border-color: #81AEBE;
}
.TagClassName
{
border-color: #81AEBE;
}
</style>