Shades of Glacier #68BEC7
Tints of Glacier #68BEC7
RGB
CMYK
RGB Variations
Color information
#68BEC7 (or 0x68BEC7) is known color: Glacier. HEX triplet: 68, BE and C7. RGB value is (104,190,199). Sum of RGB (Red+Green+Blue) = 104+190+199=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #68BEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEC7 is #974138. Grayscale: #A5A5A5. Windows color (decimal): -9912633 or 13090408. OLE color: 13090408.
HSL color Cylindrical-coordinate representation of color #68BEC7: hue angle of 185.68º 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 #68BEC7 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 190 | 199 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.22 |
| HSL | 185.68º | 0.46% | 0.59% | - |
| HSV(B) | 185.68º | 0.48% | 0.78% | - |
| XYZ | 34.43 | 43.89 | 60.69 | - |
| YUV | 165.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 199 | 0.48 | 0.05 | 0 | 0.22 | 185.68 | 0.46 | 0.59 |
| Hex | 68 | BE | C7 | 30 | 5 | 0 | 16 | BA | 2E | 3B |
| Octal | 150 | 276 | 307 | 60 | 5 | 0 | 26 | 272 | 56 | 73 |
| Binary | 1101000 | 10111110 | 11000111 | 110000 | 101 | 0 | 10110 | 10111010 | 101110 | 111011 |
Color Harmonies of #68BEC7
Complementary color
Monochromatic Colors of #68BEC7
Black with #68BEC7
Text Example
Text Example
White with #68BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEC7; }
p { color: rgb(104,190,199); }
H1.HeaderClassName
{
color: #68BEC7;
}
.AnyTagClassName
{
color: #68BEC7;
}
</style>
background-color css
<style>
a { background-color: #68BEC7; }
a { background-color: rgb(104,190,199); }
div.DivClassName
{
background-color: #68BEC7;
}
.BgClassName
{
background-color: #68BEC7;
}
</style>
border-color css
<style>
span { border-color: #68BEC7; }
span { border-color: rgb(104,190,199); }
td.TdClassName
{
border-color: #68BEC7;
}
.TagClassName
{
border-color: #68BEC7;
}
</style>