Shades of Glacier #68BDC3
Tints of Glacier #68BDC3
RGB
CMYK
RGB Variations
Color information
#68BDC3 (or 0x68BDC3) is known color: Glacier. HEX triplet: 68, BD and C3. RGB value is (104,189,195). Sum of RGB (Red+Green+Blue) = 104+189+195=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 195 - color contains mainly: blue. Hex color #68BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDC3 is #97423C. Grayscale: #A4A4A4. Windows color (decimal): -9912893 or 12828008. OLE color: 12828008.
HSL color Cylindrical-coordinate representation of color #68BDC3: hue angle of 183.96º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68BDC3 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 189 | 195 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.24 |
| HSL | 183.96º | 0.43% | 0.59% | - |
| HSV(B) | 183.96º | 0.47% | 0.76% | - |
| XYZ | 33.76 | 43.28 | 58.2 | - |
| YUV | 164.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 195 | 0.47 | 0.03 | 0 | 0.24 | 183.96 | 0.43 | 0.59 |
| Hex | 68 | BD | C3 | 2F | 3 | 0 | 18 | B8 | 2B | 3B |
| Octal | 150 | 275 | 303 | 57 | 3 | 0 | 30 | 270 | 53 | 73 |
| Binary | 1101000 | 10111101 | 11000011 | 101111 | 11 | 0 | 11000 | 10111000 | 101011 | 111011 |
Color Harmonies of #68BDC3
Complementary color
Monochromatic Colors of #68BDC3
Black with #68BDC3
Text Example
Text Example
White with #68BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDC3; }
p { color: rgb(104,189,195); }
H1.HeaderClassName
{
color: #68BDC3;
}
.AnyTagClassName
{
color: #68BDC3;
}
</style>
background-color css
<style>
a { background-color: #68BDC3; }
a { background-color: rgb(104,189,195); }
div.DivClassName
{
background-color: #68BDC3;
}
.BgClassName
{
background-color: #68BDC3;
}
</style>
border-color css
<style>
span { border-color: #68BDC3; }
span { border-color: rgb(104,189,195); }
td.TdClassName
{
border-color: #68BDC3;
}
.TagClassName
{
border-color: #68BDC3;
}
</style>