Shades of Glacier #83AFB8
Tints of Glacier #83AFB8
RGB
CMYK
RGB Variations
Color information
#83AFB8 (or 0x83AFB8) is known color: Glacier. HEX triplet: 83, AF and B8. RGB value is (131,175,184). Sum of RGB (Red+Green+Blue) = 131+175+184=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #83AFB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFB8 is #7C5047. Grayscale: #A2A2A2. Windows color (decimal): -8147016 or 12103555. OLE color: 12103555.
HSL color Cylindrical-coordinate representation of color #83AFB8: hue angle of 190.19º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83AFB8 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 175 | 184 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.28 |
| HSL | 190.19º | 0.27% | 0.62% | - |
| HSV(B) | 190.19º | 0.29% | 0.72% | - |
| XYZ | 33.34 | 38.95 | 51.11 | - |
| YUV | 162.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 184 | 0.29 | 0.05 | 0 | 0.28 | 190.19 | 0.27 | 0.62 |
| Hex | 83 | AF | B8 | 1D | 5 | 0 | 1C | BE | 1B | 3E |
| Octal | 203 | 257 | 270 | 35 | 5 | 0 | 34 | 276 | 33 | 76 |
| Binary | 10000011 | 10101111 | 10111000 | 11101 | 101 | 0 | 11100 | 10111110 | 11011 | 111110 |
Color Harmonies of #83AFB8
Complementary color
Monochromatic Colors of #83AFB8
Black with #83AFB8
Text Example
Text Example
White with #83AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AFB8; }
p { color: rgb(131,175,184); }
H1.HeaderClassName
{
color: #83AFB8;
}
.AnyTagClassName
{
color: #83AFB8;
}
</style>
background-color css
<style>
a { background-color: #83AFB8; }
a { background-color: rgb(131,175,184); }
div.DivClassName
{
background-color: #83AFB8;
}
.BgClassName
{
background-color: #83AFB8;
}
</style>
border-color css
<style>
span { border-color: #83AFB8; }
span { border-color: rgb(131,175,184); }
td.TdClassName
{
border-color: #83AFB8;
}
.TagClassName
{
border-color: #83AFB8;
}
</style>