Shades of Glacier #67ACC1
Tints of Glacier #67ACC1
RGB
CMYK
RGB Variations
Color information
#67ACC1 (or 0x67ACC1) is known color: Glacier. HEX triplet: 67, AC and C1. RGB value is (103,172,193). Sum of RGB (Red+Green+Blue) = 103+172+193=468 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.01% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #67ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACC1 is #98533E. Grayscale: #999999. Windows color (decimal): -9982783 or 12692583. OLE color: 12692583.
HSL color Cylindrical-coordinate representation of color #67ACC1: hue angle of 194º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67ACC1 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 172 | 193 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.24 |
| HSL | 194º | 0.42% | 0.58% | - |
| HSV(B) | 194º | 0.47% | 0.76% | - |
| XYZ | 29.97 | 36.24 | 55.87 | - |
| YUV | 153.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 193 | 0.47 | 0.11 | 0 | 0.24 | 194 | 0.42 | 0.58 |
| Hex | 67 | AC | C1 | 2F | B | 0 | 18 | C2 | 2A | 3A |
| Octal | 147 | 254 | 301 | 57 | 13 | 0 | 30 | 302 | 52 | 72 |
| Binary | 1100111 | 10101100 | 11000001 | 101111 | 1011 | 0 | 11000 | 11000010 | 101010 | 111010 |
Color Harmonies of #67ACC1
Complementary color
Monochromatic Colors of #67ACC1
Black with #67ACC1
Text Example
Text Example
White with #67ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACC1; }
p { color: rgb(103,172,193); }
H1.HeaderClassName
{
color: #67ACC1;
}
.AnyTagClassName
{
color: #67ACC1;
}
</style>
background-color css
<style>
a { background-color: #67ACC1; }
a { background-color: rgb(103,172,193); }
div.DivClassName
{
background-color: #67ACC1;
}
.BgClassName
{
background-color: #67ACC1;
}
</style>
border-color css
<style>
span { border-color: #67ACC1; }
span { border-color: rgb(103,172,193); }
td.TdClassName
{
border-color: #67ACC1;
}
.TagClassName
{
border-color: #67ACC1;
}
</style>