Shades of Glacier #68ADBE
Tints of Glacier #68ADBE
RGB
CMYK
RGB Variations
Color information
#68ADBE (or 0x68ADBE) is known color: Glacier. HEX triplet: 68, AD and BE. RGB value is (104,173,190). Sum of RGB (Red+Green+Blue) = 104+173+190=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #68ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADBE is #975241. Grayscale: #9A9A9A. Windows color (decimal): -9916994 or 12496232. OLE color: 12496232.
HSL color Cylindrical-coordinate representation of color #68ADBE: hue angle of 191.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68ADBE is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 173 | 190 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.25 |
| HSL | 191.86º | 0.4% | 0.58% | - |
| HSV(B) | 191.86º | 0.45% | 0.75% | - |
| XYZ | 29.95 | 36.55 | 54.19 | - |
| YUV | 154.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 190 | 0.45 | 0.09 | 0 | 0.25 | 191.86 | 0.4 | 0.58 |
| Hex | 68 | AD | BE | 2D | 9 | 0 | 19 | C0 | 28 | 3A |
| Octal | 150 | 255 | 276 | 55 | 11 | 0 | 31 | 300 | 50 | 72 |
| Binary | 1101000 | 10101101 | 10111110 | 101101 | 1001 | 0 | 11001 | 11000000 | 101000 | 111010 |
Color Harmonies of #68ADBE
Complementary color
Monochromatic Colors of #68ADBE
Black with #68ADBE
Text Example
Text Example
White with #68ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADBE; }
p { color: rgb(104,173,190); }
H1.HeaderClassName
{
color: #68ADBE;
}
.AnyTagClassName
{
color: #68ADBE;
}
</style>
background-color css
<style>
a { background-color: #68ADBE; }
a { background-color: rgb(104,173,190); }
div.DivClassName
{
background-color: #68ADBE;
}
.BgClassName
{
background-color: #68ADBE;
}
</style>
border-color css
<style>
span { border-color: #68ADBE; }
span { border-color: rgb(104,173,190); }
td.TdClassName
{
border-color: #68ADBE;
}
.TagClassName
{
border-color: #68ADBE;
}
</style>