Shades of Glacier #68AFC7
Tints of Glacier #68AFC7
RGB
CMYK
RGB Variations
Color information
#68AFC7 (or 0x68AFC7) is known color: Glacier. HEX triplet: 68, AF and C7. RGB value is (104,175,199). Sum of RGB (Red+Green+Blue) = 104+175+199=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #68AFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFC7 is #975038. Grayscale: #9C9C9C. Windows color (decimal): -9916473 or 13086568. OLE color: 13086568.
HSL color Cylindrical-coordinate representation of color #68AFC7: hue angle of 195.16º 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 #68AFC7 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 175 | 199 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.22 |
| HSL | 195.16º | 0.46% | 0.59% | - |
| HSV(B) | 195.16º | 0.48% | 0.78% | - |
| XYZ | 31.35 | 37.73 | 59.66 | - |
| YUV | 156.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 199 | 0.48 | 0.12 | 0 | 0.22 | 195.16 | 0.46 | 0.59 |
| Hex | 68 | AF | C7 | 30 | C | 0 | 16 | C3 | 2E | 3B |
| Octal | 150 | 257 | 307 | 60 | 14 | 0 | 26 | 303 | 56 | 73 |
| Binary | 1101000 | 10101111 | 11000111 | 110000 | 1100 | 0 | 10110 | 11000011 | 101110 | 111011 |
Color Harmonies of #68AFC7
Complementary color
Monochromatic Colors of #68AFC7
Black with #68AFC7
Text Example
Text Example
White with #68AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFC7; }
p { color: rgb(104,175,199); }
H1.HeaderClassName
{
color: #68AFC7;
}
.AnyTagClassName
{
color: #68AFC7;
}
</style>
background-color css
<style>
a { background-color: #68AFC7; }
a { background-color: rgb(104,175,199); }
div.DivClassName
{
background-color: #68AFC7;
}
.BgClassName
{
background-color: #68AFC7;
}
</style>
border-color css
<style>
span { border-color: #68AFC7; }
span { border-color: rgb(104,175,199); }
td.TdClassName
{
border-color: #68AFC7;
}
.TagClassName
{
border-color: #68AFC7;
}
</style>