Shades of Glacier #67AFC7
Tints of Glacier #67AFC7
RGB
CMYK
RGB Variations
Color information
#67AFC7 (or 0x67AFC7) is known color: Glacier. HEX triplet: 67, AF and C7. RGB value is (103,175,199). Sum of RGB (Red+Green+Blue) = 103+175+199=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 199 - color contains mainly: blue. Hex color #67AFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFC7 is #985038. Grayscale: #9C9C9C. Windows color (decimal): -9982009 or 13086567. OLE color: 13086567.
HSL color Cylindrical-coordinate representation of color #67AFC7: hue angle of 195º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67AFC7 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 175 | 199 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.22 |
| HSL | 195º | 0.46% | 0.59% | - |
| HSV(B) | 195º | 0.48% | 0.78% | - |
| XYZ | 31.23 | 37.67 | 59.66 | - |
| YUV | 156.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 199 | 0.48 | 0.12 | 0 | 0.22 | 195 | 0.46 | 0.59 |
| Hex | 67 | AF | C7 | 30 | C | 0 | 16 | C3 | 2E | 3B |
| Octal | 147 | 257 | 307 | 60 | 14 | 0 | 26 | 303 | 56 | 73 |
| Binary | 1100111 | 10101111 | 11000111 | 110000 | 1100 | 0 | 10110 | 11000011 | 101110 | 111011 |
Color Harmonies of #67AFC7
Complementary color
Monochromatic Colors of #67AFC7
Black with #67AFC7
Text Example
Text Example
White with #67AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AFC7; }
p { color: rgb(103,175,199); }
H1.HeaderClassName
{
color: #67AFC7;
}
.AnyTagClassName
{
color: #67AFC7;
}
</style>
background-color css
<style>
a { background-color: #67AFC7; }
a { background-color: rgb(103,175,199); }
div.DivClassName
{
background-color: #67AFC7;
}
.BgClassName
{
background-color: #67AFC7;
}
</style>
border-color css
<style>
span { border-color: #67AFC7; }
span { border-color: rgb(103,175,199); }
td.TdClassName
{
border-color: #67AFC7;
}
.TagClassName
{
border-color: #67AFC7;
}
</style>