Shades of Glacier #67ACC0
Tints of Glacier #67ACC0
RGB
CMYK
RGB Variations
Color information
#67ACC0 (or 0x67ACC0) is known color: Glacier. HEX triplet: 67, AC and C0. RGB value is (103,172,192). Sum of RGB (Red+Green+Blue) = 103+172+192=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #67ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACC0 is #98533F. Grayscale: #999999. Windows color (decimal): -9982784 or 12627047. OLE color: 12627047.
HSL color Cylindrical-coordinate representation of color #67ACC0: hue angle of 193.48º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67ACC0 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 172 | 192 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.25 |
| HSL | 193.48º | 0.41% | 0.58% | - |
| HSV(B) | 193.48º | 0.46% | 0.75% | - |
| XYZ | 29.86 | 36.19 | 55.28 | - |
| YUV | 153.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 192 | 0.46 | 0.10 | 0 | 0.25 | 193.48 | 0.41 | 0.58 |
| Hex | 67 | AC | C0 | 2E | A | 0 | 19 | C1 | 29 | 3A |
| Octal | 147 | 254 | 300 | 56 | 12 | 0 | 31 | 301 | 51 | 72 |
| Binary | 1100111 | 10101100 | 11000000 | 101110 | 1010 | 0 | 11001 | 11000001 | 101001 | 111010 |
Color Harmonies of #67ACC0
Complementary color
Monochromatic Colors of #67ACC0
Black with #67ACC0
Text Example
Text Example
White with #67ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACC0; }
p { color: rgb(103,172,192); }
H1.HeaderClassName
{
color: #67ACC0;
}
.AnyTagClassName
{
color: #67ACC0;
}
</style>
background-color css
<style>
a { background-color: #67ACC0; }
a { background-color: rgb(103,172,192); }
div.DivClassName
{
background-color: #67ACC0;
}
.BgClassName
{
background-color: #67ACC0;
}
</style>
border-color css
<style>
span { border-color: #67ACC0; }
span { border-color: rgb(103,172,192); }
td.TdClassName
{
border-color: #67ACC0;
}
.TagClassName
{
border-color: #67ACC0;
}
</style>