Shades of Glacier #68BAC4
Tints of Glacier #68BAC4
RGB
CMYK
RGB Variations
Color information
#68BAC4 (or 0x68BAC4) is known color: Glacier. HEX triplet: 68, BA and C4. RGB value is (104,186,196). Sum of RGB (Red+Green+Blue) = 104+186+196=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #68BAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAC4 is #97453B. Grayscale: #A2A2A2. Windows color (decimal): -9913660 or 12892776. OLE color: 12892776.
HSL color Cylindrical-coordinate representation of color #68BAC4: hue angle of 186.52º 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 #68BAC4 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 186 | 196 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.23 |
| HSL | 186.52º | 0.44% | 0.59% | - |
| HSV(B) | 186.52º | 0.47% | 0.77% | - |
| XYZ | 33.23 | 42.05 | 58.59 | - |
| YUV | 162.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 196 | 0.47 | 0.05 | 0 | 0.23 | 186.52 | 0.44 | 0.59 |
| Hex | 68 | BA | C4 | 2F | 5 | 0 | 17 | BB | 2C | 3B |
| Octal | 150 | 272 | 304 | 57 | 5 | 0 | 27 | 273 | 54 | 73 |
| Binary | 1101000 | 10111010 | 11000100 | 101111 | 101 | 0 | 10111 | 10111011 | 101100 | 111011 |
Color Harmonies of #68BAC4
Complementary color
Monochromatic Colors of #68BAC4
Black with #68BAC4
Text Example
Text Example
White with #68BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAC4; }
p { color: rgb(104,186,196); }
H1.HeaderClassName
{
color: #68BAC4;
}
.AnyTagClassName
{
color: #68BAC4;
}
</style>
background-color css
<style>
a { background-color: #68BAC4; }
a { background-color: rgb(104,186,196); }
div.DivClassName
{
background-color: #68BAC4;
}
.BgClassName
{
background-color: #68BAC4;
}
</style>
border-color css
<style>
span { border-color: #68BAC4; }
span { border-color: rgb(104,186,196); }
td.TdClassName
{
border-color: #68BAC4;
}
.TagClassName
{
border-color: #68BAC4;
}
</style>