Shades of Glacier #68ADC4
Tints of Glacier #68ADC4
RGB
CMYK
RGB Variations
Color information
#68ADC4 (or 0x68ADC4) is known color: Glacier. HEX triplet: 68, AD and C4. RGB value is (104,173,196). Sum of RGB (Red+Green+Blue) = 104+173+196=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #68ADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADC4 is #97523B. Grayscale: #9A9A9A. Windows color (decimal): -9916988 or 12889448. OLE color: 12889448.
HSL color Cylindrical-coordinate representation of color #68ADC4: hue angle of 195º 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 #68ADC4 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 173 | 196 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.23 |
| HSL | 195º | 0.44% | 0.59% | - |
| HSV(B) | 195º | 0.47% | 0.77% | - |
| XYZ | 30.62 | 36.82 | 57.72 | - |
| YUV | 154.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 196 | 0.47 | 0.12 | 0 | 0.23 | 195 | 0.44 | 0.59 |
| Hex | 68 | AD | C4 | 2F | C | 0 | 17 | C3 | 2C | 3B |
| Octal | 150 | 255 | 304 | 57 | 14 | 0 | 27 | 303 | 54 | 73 |
| Binary | 1101000 | 10101101 | 11000100 | 101111 | 1100 | 0 | 10111 | 11000011 | 101100 | 111011 |
Color Harmonies of #68ADC4
Complementary color
Monochromatic Colors of #68ADC4
Black with #68ADC4
Text Example
Text Example
White with #68ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADC4; }
p { color: rgb(104,173,196); }
H1.HeaderClassName
{
color: #68ADC4;
}
.AnyTagClassName
{
color: #68ADC4;
}
</style>
background-color css
<style>
a { background-color: #68ADC4; }
a { background-color: rgb(104,173,196); }
div.DivClassName
{
background-color: #68ADC4;
}
.BgClassName
{
background-color: #68ADC4;
}
</style>
border-color css
<style>
span { border-color: #68ADC4; }
span { border-color: rgb(104,173,196); }
td.TdClassName
{
border-color: #68ADC4;
}
.TagClassName
{
border-color: #68ADC4;
}
</style>