Shades of Glacier #67ACC3
Tints of Glacier #67ACC3
RGB
CMYK
RGB Variations
Color information
#67ACC3 (or 0x67ACC3) is known color: Glacier. HEX triplet: 67, AC and C3. RGB value is (103,172,195). Sum of RGB (Red+Green+Blue) = 103+172+195=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #67ACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACC3 is #98533C. Grayscale: #999999. Windows color (decimal): -9982781 or 12823655. OLE color: 12823655.
HSL color Cylindrical-coordinate representation of color #67ACC3: hue angle of 195º degrees, saturation: 0.43, 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 #67ACC3 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 172 | 195 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.24 |
| HSL | 195º | 0.43% | 0.58% | - |
| HSV(B) | 195º | 0.47% | 0.76% | - |
| XYZ | 30.2 | 36.33 | 57.05 | - |
| YUV | 153.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 195 | 0.47 | 0.12 | 0 | 0.24 | 195 | 0.43 | 0.58 |
| Hex | 67 | AC | C3 | 2F | C | 0 | 18 | C3 | 2B | 3A |
| Octal | 147 | 254 | 303 | 57 | 14 | 0 | 30 | 303 | 53 | 72 |
| Binary | 1100111 | 10101100 | 11000011 | 101111 | 1100 | 0 | 11000 | 11000011 | 101011 | 111010 |
Color Harmonies of #67ACC3
Complementary color
Monochromatic Colors of #67ACC3
Black with #67ACC3
Text Example
Text Example
White with #67ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACC3; }
p { color: rgb(103,172,195); }
H1.HeaderClassName
{
color: #67ACC3;
}
.AnyTagClassName
{
color: #67ACC3;
}
</style>
background-color css
<style>
a { background-color: #67ACC3; }
a { background-color: rgb(103,172,195); }
div.DivClassName
{
background-color: #67ACC3;
}
.BgClassName
{
background-color: #67ACC3;
}
</style>
border-color css
<style>
span { border-color: #67ACC3; }
span { border-color: rgb(103,172,195); }
td.TdClassName
{
border-color: #67ACC3;
}
.TagClassName
{
border-color: #67ACC3;
}
</style>