Shades of Glacier #8AC0C4
Tints of Glacier #8AC0C4
RGB
CMYK
RGB Variations
Color information
#8AC0C4 (or 0x8AC0C4) is known color: Glacier. HEX triplet: 8A, C0 and C4. RGB value is (138,192,196). Sum of RGB (Red+Green+Blue) = 138+192+196=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #8AC0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0C4 is #753F3B. Grayscale: #B0B0B0. Windows color (decimal): -7683900 or 12894346. OLE color: 12894346.
HSL color Cylindrical-coordinate representation of color #8AC0C4: hue angle of 184.14º 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 #8AC0C4 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 192 | 196 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.23 |
| HSL | 184.14º | 0.33% | 0.65% | - |
| HSV(B) | 184.14º | 0.3% | 0.77% | - |
| XYZ | 39.29 | 47.09 | 59.24 | - |
| YUV | 176.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 196 | 0.30 | 0.02 | 0 | 0.23 | 184.14 | 0.33 | 0.65 |
| Hex | 8A | C0 | C4 | 1E | 2 | 0 | 17 | B8 | 21 | 41 |
| Octal | 212 | 300 | 304 | 36 | 2 | 0 | 27 | 270 | 41 | 101 |
| Binary | 10001010 | 11000000 | 11000100 | 11110 | 10 | 0 | 10111 | 10111000 | 100001 | 1000001 |
Color Harmonies of #8AC0C4
Complementary color
Monochromatic Colors of #8AC0C4
Black with #8AC0C4
Text Example
Text Example
White with #8AC0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0C4; }
p { color: rgb(138,192,196); }
H1.HeaderClassName
{
color: #8AC0C4;
}
.AnyTagClassName
{
color: #8AC0C4;
}
</style>
background-color css
<style>
a { background-color: #8AC0C4; }
a { background-color: rgb(138,192,196); }
div.DivClassName
{
background-color: #8AC0C4;
}
.BgClassName
{
background-color: #8AC0C4;
}
</style>
border-color css
<style>
span { border-color: #8AC0C4; }
span { border-color: rgb(138,192,196); }
td.TdClassName
{
border-color: #8AC0C4;
}
.TagClassName
{
border-color: #8AC0C4;
}
</style>