Shades of Glacier #67ABC1
Tints of Glacier #67ABC1
RGB
CMYK
RGB Variations
Color information
#67ABC1 (or 0x67ABC1) is known color: Glacier. HEX triplet: 67, AB and C1. RGB value is (103,171,193). Sum of RGB (Red+Green+Blue) = 103+171+193=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #67ABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABC1 is #98543E. Grayscale: #999999. Windows color (decimal): -9983039 or 12692327. OLE color: 12692327.
HSL color Cylindrical-coordinate representation of color #67ABC1: hue angle of 194.67º 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 #67ABC1 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 171 | 193 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.24 |
| HSL | 194.67º | 0.42% | 0.58% | - |
| HSV(B) | 194.67º | 0.47% | 0.76% | - |
| XYZ | 29.78 | 35.86 | 55.8 | - |
| YUV | 153.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 193 | 0.47 | 0.11 | 0 | 0.24 | 194.67 | 0.42 | 0.58 |
| Hex | 67 | AB | C1 | 2F | B | 0 | 18 | C3 | 2A | 3A |
| Octal | 147 | 253 | 301 | 57 | 13 | 0 | 30 | 303 | 52 | 72 |
| Binary | 1100111 | 10101011 | 11000001 | 101111 | 1011 | 0 | 11000 | 11000011 | 101010 | 111010 |
Color Harmonies of #67ABC1
Complementary color
Monochromatic Colors of #67ABC1
Black with #67ABC1
Text Example
Text Example
White with #67ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABC1; }
p { color: rgb(103,171,193); }
H1.HeaderClassName
{
color: #67ABC1;
}
.AnyTagClassName
{
color: #67ABC1;
}
</style>
background-color css
<style>
a { background-color: #67ABC1; }
a { background-color: rgb(103,171,193); }
div.DivClassName
{
background-color: #67ABC1;
}
.BgClassName
{
background-color: #67ABC1;
}
</style>
border-color css
<style>
span { border-color: #67ABC1; }
span { border-color: rgb(103,171,193); }
td.TdClassName
{
border-color: #67ABC1;
}
.TagClassName
{
border-color: #67ABC1;
}
</style>