Shades of Glacier #81B8C4
Tints of Glacier #81B8C4
RGB
CMYK
RGB Variations
Color information
#81B8C4 (or 0x81B8C4) is known color: Glacier. HEX triplet: 81, B8 and C4. RGB value is (129,184,196). Sum of RGB (Red+Green+Blue) = 129+184+196=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #81B8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B8C4 is #7E473B. Grayscale: #A8A8A8. Windows color (decimal): -8275772 or 12892289. OLE color: 12892289.
HSL color Cylindrical-coordinate representation of color #81B8C4: hue angle of 190.75º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81B8C4 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 184 | 196 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.23 |
| HSL | 190.75º | 0.36% | 0.64% | - |
| HSV(B) | 190.75º | 0.34% | 0.77% | - |
| XYZ | 36.16 | 42.93 | 58.61 | - |
| YUV | 168.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 196 | 0.34 | 0.06 | 0 | 0.23 | 190.75 | 0.36 | 0.64 |
| Hex | 81 | B8 | C4 | 22 | 6 | 0 | 17 | BF | 24 | 40 |
| Octal | 201 | 270 | 304 | 42 | 6 | 0 | 27 | 277 | 44 | 100 |
| Binary | 10000001 | 10111000 | 11000100 | 100010 | 110 | 0 | 10111 | 10111111 | 100100 | 1000000 |
Color Harmonies of #81B8C4
Complementary color
Monochromatic Colors of #81B8C4
Black with #81B8C4
Text Example
Text Example
White with #81B8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B8C4; }
p { color: rgb(129,184,196); }
H1.HeaderClassName
{
color: #81B8C4;
}
.AnyTagClassName
{
color: #81B8C4;
}
</style>
background-color css
<style>
a { background-color: #81B8C4; }
a { background-color: rgb(129,184,196); }
div.DivClassName
{
background-color: #81B8C4;
}
.BgClassName
{
background-color: #81B8C4;
}
</style>
border-color css
<style>
span { border-color: #81B8C4; }
span { border-color: rgb(129,184,196); }
td.TdClassName
{
border-color: #81B8C4;
}
.TagClassName
{
border-color: #81B8C4;
}
</style>