Shades of Glacier #67AFC0
Tints of Glacier #67AFC0
RGB
CMYK
RGB Variations
Color information
#67AFC0 (or 0x67AFC0) is known color: Glacier. HEX triplet: 67, AF and C0. RGB value is (103,175,192). Sum of RGB (Red+Green+Blue) = 103+175+192=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #67AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFC0 is #98503F. Grayscale: #9B9B9B. Windows color (decimal): -9982016 or 12627815. OLE color: 12627815.
HSL color Cylindrical-coordinate representation of color #67AFC0: hue angle of 191.46º 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 #67AFC0 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 175 | 192 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.25 |
| HSL | 191.46º | 0.41% | 0.58% | - |
| HSV(B) | 191.46º | 0.46% | 0.75% | - |
| XYZ | 30.44 | 37.35 | 55.47 | - |
| YUV | 155.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 192 | 0.46 | 0.09 | 0 | 0.25 | 191.46 | 0.41 | 0.58 |
| Hex | 67 | AF | C0 | 2E | 9 | 0 | 19 | BF | 29 | 3A |
| Octal | 147 | 257 | 300 | 56 | 11 | 0 | 31 | 277 | 51 | 72 |
| Binary | 1100111 | 10101111 | 11000000 | 101110 | 1001 | 0 | 11001 | 10111111 | 101001 | 111010 |
Color Harmonies of #67AFC0
Complementary color
Monochromatic Colors of #67AFC0
Black with #67AFC0
Text Example
Text Example
White with #67AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AFC0; }
p { color: rgb(103,175,192); }
H1.HeaderClassName
{
color: #67AFC0;
}
.AnyTagClassName
{
color: #67AFC0;
}
</style>
background-color css
<style>
a { background-color: #67AFC0; }
a { background-color: rgb(103,175,192); }
div.DivClassName
{
background-color: #67AFC0;
}
.BgClassName
{
background-color: #67AFC0;
}
</style>
border-color css
<style>
span { border-color: #67AFC0; }
span { border-color: rgb(103,175,192); }
td.TdClassName
{
border-color: #67AFC0;
}
.TagClassName
{
border-color: #67AFC0;
}
</style>