Shades of Glacier #67ACC4
Tints of Glacier #67ACC4
RGB
CMYK
RGB Variations
Color information
#67ACC4 (or 0x67ACC4) is known color: Glacier. HEX triplet: 67, AC and C4. RGB value is (103,172,196). Sum of RGB (Red+Green+Blue) = 103+172+196=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #67ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACC4 is #98533B. Grayscale: #999999. Windows color (decimal): -9982780 or 12889191. OLE color: 12889191.
HSL color Cylindrical-coordinate representation of color #67ACC4: hue angle of 195.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67ACC4 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 172 | 196 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.23 |
| HSL | 195.48º | 0.44% | 0.59% | - |
| HSV(B) | 195.48º | 0.47% | 0.77% | - |
| XYZ | 30.31 | 36.37 | 57.65 | - |
| YUV | 154.11 | 151.64 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 196 | 0.47 | 0.12 | 0 | 0.23 | 195.48 | 0.44 | 0.59 |
| Hex | 67 | AC | C4 | 2F | C | 0 | 17 | C3 | 2C | 3B |
| Octal | 147 | 254 | 304 | 57 | 14 | 0 | 27 | 303 | 54 | 73 |
| Binary | 1100111 | 10101100 | 11000100 | 101111 | 1100 | 0 | 10111 | 11000011 | 101100 | 111011 |
Color Harmonies of #67ACC4
Complementary color
Monochromatic Colors of #67ACC4
Black with #67ACC4
Text Example
Text Example
White with #67ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACC4; }
p { color: rgb(103,172,196); }
H1.HeaderClassName
{
color: #67ACC4;
}
.AnyTagClassName
{
color: #67ACC4;
}
</style>
background-color css
<style>
a { background-color: #67ACC4; }
a { background-color: rgb(103,172,196); }
div.DivClassName
{
background-color: #67ACC4;
}
.BgClassName
{
background-color: #67ACC4;
}
</style>
border-color css
<style>
span { border-color: #67ACC4; }
span { border-color: rgb(103,172,196); }
td.TdClassName
{
border-color: #67ACC4;
}
.TagClassName
{
border-color: #67ACC4;
}
</style>