Shades of Glacier #8AB9C4
Tints of Glacier #8AB9C4
RGB
CMYK
RGB Variations
Color information
#8AB9C4 (or 0x8AB9C4) is known color: Glacier. HEX triplet: 8A, B9 and C4. RGB value is (138,185,196). Sum of RGB (Red+Green+Blue) = 138+185+196=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #8AB9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9C4 is #75463B. Grayscale: #ACACAC. Windows color (decimal): -7685692 or 12892554. OLE color: 12892554.
HSL color Cylindrical-coordinate representation of color #8AB9C4: hue angle of 191.38º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AB9C4 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 185 | 196 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.23 |
| HSL | 191.38º | 0.33% | 0.65% | - |
| HSV(B) | 191.38º | 0.3% | 0.77% | - |
| XYZ | 37.79 | 44.09 | 58.74 | - |
| YUV | 172.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 196 | 0.30 | 0.06 | 0 | 0.23 | 191.38 | 0.33 | 0.65 |
| Hex | 8A | B9 | C4 | 1E | 6 | 0 | 17 | BF | 21 | 41 |
| Octal | 212 | 271 | 304 | 36 | 6 | 0 | 27 | 277 | 41 | 101 |
| Binary | 10001010 | 10111001 | 11000100 | 11110 | 110 | 0 | 10111 | 10111111 | 100001 | 1000001 |
Color Harmonies of #8AB9C4
Complementary color
Monochromatic Colors of #8AB9C4
Black with #8AB9C4
Text Example
Text Example
White with #8AB9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB9C4; }
p { color: rgb(138,185,196); }
H1.HeaderClassName
{
color: #8AB9C4;
}
.AnyTagClassName
{
color: #8AB9C4;
}
</style>
background-color css
<style>
a { background-color: #8AB9C4; }
a { background-color: rgb(138,185,196); }
div.DivClassName
{
background-color: #8AB9C4;
}
.BgClassName
{
background-color: #8AB9C4;
}
</style>
border-color css
<style>
span { border-color: #8AB9C4; }
span { border-color: rgb(138,185,196); }
td.TdClassName
{
border-color: #8AB9C4;
}
.TagClassName
{
border-color: #8AB9C4;
}
</style>