Shades of Glacier #81BDC3
Tints of Glacier #81BDC3
RGB
CMYK
RGB Variations
Color information
#81BDC3 (or 0x81BDC3) is known color: Glacier. HEX triplet: 81, BD and C3. RGB value is (129,189,195). Sum of RGB (Red+Green+Blue) = 129+189+195=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #81BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDC3 is #7E423C. Grayscale: #ABABAB. Windows color (decimal): -8274493 or 12828033. OLE color: 12828033.
HSL color Cylindrical-coordinate representation of color #81BDC3: hue angle of 185.45º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81BDC3 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 189 | 195 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.24 |
| HSL | 185.45º | 0.35% | 0.64% | - |
| HSV(B) | 185.45º | 0.34% | 0.76% | - |
| XYZ | 37.1 | 45 | 58.36 | - |
| YUV | 171.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 195 | 0.34 | 0.03 | 0 | 0.24 | 185.45 | 0.35 | 0.64 |
| Hex | 81 | BD | C3 | 22 | 3 | 0 | 18 | B9 | 23 | 40 |
| Octal | 201 | 275 | 303 | 42 | 3 | 0 | 30 | 271 | 43 | 100 |
| Binary | 10000001 | 10111101 | 11000011 | 100010 | 11 | 0 | 11000 | 10111001 | 100011 | 1000000 |
Color Harmonies of #81BDC3
Complementary color
Monochromatic Colors of #81BDC3
Black with #81BDC3
Text Example
Text Example
White with #81BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BDC3; }
p { color: rgb(129,189,195); }
H1.HeaderClassName
{
color: #81BDC3;
}
.AnyTagClassName
{
color: #81BDC3;
}
</style>
background-color css
<style>
a { background-color: #81BDC3; }
a { background-color: rgb(129,189,195); }
div.DivClassName
{
background-color: #81BDC3;
}
.BgClassName
{
background-color: #81BDC3;
}
</style>
border-color css
<style>
span { border-color: #81BDC3; }
span { border-color: rgb(129,189,195); }
td.TdClassName
{
border-color: #81BDC3;
}
.TagClassName
{
border-color: #81BDC3;
}
</style>