Shades of Glacier #81BDC2
Tints of Glacier #81BDC2
RGB
CMYK
RGB Variations
Color information
#81BDC2 (or 0x81BDC2) is known color: Glacier. HEX triplet: 81, BD and C2. RGB value is (129,189,194). Sum of RGB (Red+Green+Blue) = 129+189+194=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #81BDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDC2 is #7E423D. Grayscale: #ABABAB. Windows color (decimal): -8274494 or 12762497. OLE color: 12762497.
HSL color Cylindrical-coordinate representation of color #81BDC2: hue angle of 184.62º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81BDC2 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 189 | 194 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.24 |
| HSL | 184.62º | 0.35% | 0.63% | - |
| HSV(B) | 184.62º | 0.34% | 0.76% | - |
| XYZ | 36.99 | 44.96 | 57.77 | - |
| YUV | 171.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 194 | 0.34 | 0.03 | 0 | 0.24 | 184.62 | 0.35 | 0.63 |
| Hex | 81 | BD | C2 | 22 | 3 | 0 | 18 | B9 | 23 | 3F |
| Octal | 201 | 275 | 302 | 42 | 3 | 0 | 30 | 271 | 43 | 77 |
| Binary | 10000001 | 10111101 | 11000010 | 100010 | 11 | 0 | 11000 | 10111001 | 100011 | 111111 |
Color Harmonies of #81BDC2
Complementary color
Monochromatic Colors of #81BDC2
Black with #81BDC2
Text Example
Text Example
White with #81BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BDC2; }
p { color: rgb(129,189,194); }
H1.HeaderClassName
{
color: #81BDC2;
}
.AnyTagClassName
{
color: #81BDC2;
}
</style>
background-color css
<style>
a { background-color: #81BDC2; }
a { background-color: rgb(129,189,194); }
div.DivClassName
{
background-color: #81BDC2;
}
.BgClassName
{
background-color: #81BDC2;
}
</style>
border-color css
<style>
span { border-color: #81BDC2; }
span { border-color: rgb(129,189,194); }
td.TdClassName
{
border-color: #81BDC2;
}
.TagClassName
{
border-color: #81BDC2;
}
</style>