Shades of Glacier #68B0C4
Tints of Glacier #68B0C4
RGB
CMYK
RGB Variations
Color information
#68B0C4 (or 0x68B0C4) is known color: Glacier. HEX triplet: 68, B0 and C4. RGB value is (104,176,196). Sum of RGB (Red+Green+Blue) = 104+176+196=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #68B0C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0C4 is #974F3B. Grayscale: #9C9C9C. Windows color (decimal): -9916220 or 12890216. OLE color: 12890216.
HSL color Cylindrical-coordinate representation of color #68B0C4: hue angle of 193.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68B0C4 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 176 | 196 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.23 |
| HSL | 193.04º | 0.44% | 0.59% | - |
| HSV(B) | 193.04º | 0.47% | 0.77% | - |
| XYZ | 31.2 | 37.98 | 57.91 | - |
| YUV | 156.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 196 | 0.47 | 0.10 | 0 | 0.23 | 193.04 | 0.44 | 0.59 |
| Hex | 68 | B0 | C4 | 2F | A | 0 | 17 | C1 | 2C | 3B |
| Octal | 150 | 260 | 304 | 57 | 12 | 0 | 27 | 301 | 54 | 73 |
| Binary | 1101000 | 10110000 | 11000100 | 101111 | 1010 | 0 | 10111 | 11000001 | 101100 | 111011 |
Color Harmonies of #68B0C4
Complementary color
Monochromatic Colors of #68B0C4
Black with #68B0C4
Text Example
Text Example
White with #68B0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0C4; }
p { color: rgb(104,176,196); }
H1.HeaderClassName
{
color: #68B0C4;
}
.AnyTagClassName
{
color: #68B0C4;
}
</style>
background-color css
<style>
a { background-color: #68B0C4; }
a { background-color: rgb(104,176,196); }
div.DivClassName
{
background-color: #68B0C4;
}
.BgClassName
{
background-color: #68B0C4;
}
</style>
border-color css
<style>
span { border-color: #68B0C4; }
span { border-color: rgb(104,176,196); }
td.TdClassName
{
border-color: #68B0C4;
}
.TagClassName
{
border-color: #68B0C4;
}
</style>