Shades of Glacier #68BEC3
Tints of Glacier #68BEC3
RGB
CMYK
RGB Variations
Color information
#68BEC3 (or 0x68BEC3) is known color: Glacier. HEX triplet: 68, BE and C3. RGB value is (104,190,195). Sum of RGB (Red+Green+Blue) = 104+190+195=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #68BEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEC3 is #97413C. Grayscale: #A4A4A4. Windows color (decimal): -9912637 or 12828264. OLE color: 12828264.
HSL color Cylindrical-coordinate representation of color #68BEC3: hue angle of 183.3º 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 #68BEC3 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 190 | 195 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.24 |
| HSL | 183.3º | 0.43% | 0.59% | - |
| HSV(B) | 183.3º | 0.47% | 0.76% | - |
| XYZ | 33.97 | 43.71 | 58.28 | - |
| YUV | 164.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 195 | 0.47 | 0.03 | 0 | 0.24 | 183.3 | 0.43 | 0.59 |
| Hex | 68 | BE | C3 | 2F | 3 | 0 | 18 | B7 | 2B | 3B |
| Octal | 150 | 276 | 303 | 57 | 3 | 0 | 30 | 267 | 53 | 73 |
| Binary | 1101000 | 10111110 | 11000011 | 101111 | 11 | 0 | 11000 | 10110111 | 101011 | 111011 |
Color Harmonies of #68BEC3
Complementary color
Monochromatic Colors of #68BEC3
Black with #68BEC3
Text Example
Text Example
White with #68BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEC3; }
p { color: rgb(104,190,195); }
H1.HeaderClassName
{
color: #68BEC3;
}
.AnyTagClassName
{
color: #68BEC3;
}
</style>
background-color css
<style>
a { background-color: #68BEC3; }
a { background-color: rgb(104,190,195); }
div.DivClassName
{
background-color: #68BEC3;
}
.BgClassName
{
background-color: #68BEC3;
}
</style>
border-color css
<style>
span { border-color: #68BEC3; }
span { border-color: rgb(104,190,195); }
td.TdClassName
{
border-color: #68BEC3;
}
.TagClassName
{
border-color: #68BEC3;
}
</style>