Shades of Glacier #68B0C2
Tints of Glacier #68B0C2
RGB
CMYK
RGB Variations
Color information
#68B0C2 (or 0x68B0C2) is known color: Glacier. HEX triplet: 68, B0 and C2. RGB value is (104,176,194). Sum of RGB (Red+Green+Blue) = 104+176+194=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #68B0C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0C2 is #974F3D. Grayscale: #9C9C9C. Windows color (decimal): -9916222 or 12759144. OLE color: 12759144.
HSL color Cylindrical-coordinate representation of color #68B0C2: hue angle of 192º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68B0C2 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 176 | 194 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.24 |
| HSL | 192º | 0.42% | 0.58% | - |
| HSV(B) | 192º | 0.46% | 0.76% | - |
| XYZ | 30.97 | 37.89 | 56.72 | - |
| YUV | 156.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 194 | 0.46 | 0.09 | 0 | 0.24 | 192 | 0.42 | 0.58 |
| Hex | 68 | B0 | C2 | 2E | 9 | 0 | 18 | C0 | 2A | 3A |
| Octal | 150 | 260 | 302 | 56 | 11 | 0 | 30 | 300 | 52 | 72 |
| Binary | 1101000 | 10110000 | 11000010 | 101110 | 1001 | 0 | 11000 | 11000000 | 101010 | 111010 |
Color Harmonies of #68B0C2
Complementary color
Monochromatic Colors of #68B0C2
Black with #68B0C2
Text Example
Text Example
White with #68B0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0C2; }
p { color: rgb(104,176,194); }
H1.HeaderClassName
{
color: #68B0C2;
}
.AnyTagClassName
{
color: #68B0C2;
}
</style>
background-color css
<style>
a { background-color: #68B0C2; }
a { background-color: rgb(104,176,194); }
div.DivClassName
{
background-color: #68B0C2;
}
.BgClassName
{
background-color: #68B0C2;
}
</style>
border-color css
<style>
span { border-color: #68B0C2; }
span { border-color: rgb(104,176,194); }
td.TdClassName
{
border-color: #68B0C2;
}
.TagClassName
{
border-color: #68B0C2;
}
</style>