Shades of Glacier #81BBBE
Tints of Glacier #81BBBE
RGB
CMYK
RGB Variations
Color information
#81BBBE (or 0x81BBBE) is known color: Glacier. HEX triplet: 81, BB and BE. RGB value is (129,187,190). Sum of RGB (Red+Green+Blue) = 129+187+190=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #81BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBBE is #7E4441. Grayscale: #A9A9A9. Windows color (decimal): -8275010 or 12499841. OLE color: 12499841.
HSL color Cylindrical-coordinate representation of color #81BBBE: hue angle of 182.95º 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 #81BBBE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 187 | 190 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.25 |
| HSL | 182.95º | 0.32% | 0.63% | - |
| HSV(B) | 182.95º | 0.32% | 0.75% | - |
| XYZ | 36.12 | 43.93 | 55.29 | - |
| YUV | 170 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 190 | 0.32 | 0.02 | 0 | 0.25 | 182.95 | 0.32 | 0.63 |
| Hex | 81 | BB | BE | 20 | 2 | 0 | 19 | B7 | 20 | 3F |
| Octal | 201 | 273 | 276 | 40 | 2 | 0 | 31 | 267 | 40 | 77 |
| Binary | 10000001 | 10111011 | 10111110 | 100000 | 10 | 0 | 11001 | 10110111 | 100000 | 111111 |
Color Harmonies of #81BBBE
Complementary color
Monochromatic Colors of #81BBBE
Black with #81BBBE
Text Example
Text Example
White with #81BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBBE; }
p { color: rgb(129,187,190); }
H1.HeaderClassName
{
color: #81BBBE;
}
.AnyTagClassName
{
color: #81BBBE;
}
</style>
background-color css
<style>
a { background-color: #81BBBE; }
a { background-color: rgb(129,187,190); }
div.DivClassName
{
background-color: #81BBBE;
}
.BgClassName
{
background-color: #81BBBE;
}
</style>
border-color css
<style>
span { border-color: #81BBBE; }
span { border-color: rgb(129,187,190); }
td.TdClassName
{
border-color: #81BBBE;
}
.TagClassName
{
border-color: #81BBBE;
}
</style>