Shades of Glacier #88B3C4
Tints of Glacier #88B3C4
RGB
CMYK
RGB Variations
Color information
#88B3C4 (or 0x88B3C4) is known color: Glacier. HEX triplet: 88, B3 and C4. RGB value is (136,179,196). Sum of RGB (Red+Green+Blue) = 136+179+196=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #88B3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B3C4 is #774C3B. Grayscale: #A7A7A7. Windows color (decimal): -7818300 or 12891016. OLE color: 12891016.
HSL color Cylindrical-coordinate representation of color #88B3C4: hue angle of 197º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88B3C4 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 179 | 196 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.23 |
| HSL | 197º | 0.34% | 0.65% | - |
| HSV(B) | 197º | 0.31% | 0.77% | - |
| XYZ | 36.24 | 41.46 | 58.32 | - |
| YUV | 168.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 196 | 0.31 | 0.09 | 0 | 0.23 | 197 | 0.34 | 0.65 |
| Hex | 88 | B3 | C4 | 1F | 9 | 0 | 17 | C5 | 22 | 41 |
| Octal | 210 | 263 | 304 | 37 | 11 | 0 | 27 | 305 | 42 | 101 |
| Binary | 10001000 | 10110011 | 11000100 | 11111 | 1001 | 0 | 10111 | 11000101 | 100010 | 1000001 |
Color Harmonies of #88B3C4
Complementary color
Monochromatic Colors of #88B3C4
Black with #88B3C4
Text Example
Text Example
White with #88B3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B3C4; }
p { color: rgb(136,179,196); }
H1.HeaderClassName
{
color: #88B3C4;
}
.AnyTagClassName
{
color: #88B3C4;
}
</style>
background-color css
<style>
a { background-color: #88B3C4; }
a { background-color: rgb(136,179,196); }
div.DivClassName
{
background-color: #88B3C4;
}
.BgClassName
{
background-color: #88B3C4;
}
</style>
border-color css
<style>
span { border-color: #88B3C4; }
span { border-color: rgb(136,179,196); }
td.TdClassName
{
border-color: #88B3C4;
}
.TagClassName
{
border-color: #88B3C4;
}
</style>