Shades of Glacier #68ACC3
Tints of Glacier #68ACC3
RGB
CMYK
RGB Variations
Color information
#68ACC3 (or 0x68ACC3) is known color: Glacier. HEX triplet: 68, AC and C3. RGB value is (104,172,195). Sum of RGB (Red+Green+Blue) = 104+172+195=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #68ACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACC3 is #97533C. Grayscale: #9A9A9A. Windows color (decimal): -9917245 or 12823656. OLE color: 12823656.
HSL color Cylindrical-coordinate representation of color #68ACC3: hue angle of 195.16º 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 #68ACC3 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 172 | 195 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.24 |
| HSL | 195.16º | 0.43% | 0.59% | - |
| HSV(B) | 195.16º | 0.47% | 0.76% | - |
| XYZ | 30.31 | 36.39 | 57.06 | - |
| YUV | 154.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 195 | 0.47 | 0.12 | 0 | 0.24 | 195.16 | 0.43 | 0.59 |
| Hex | 68 | AC | C3 | 2F | C | 0 | 18 | C3 | 2B | 3B |
| Octal | 150 | 254 | 303 | 57 | 14 | 0 | 30 | 303 | 53 | 73 |
| Binary | 1101000 | 10101100 | 11000011 | 101111 | 1100 | 0 | 11000 | 11000011 | 101011 | 111011 |
Color Harmonies of #68ACC3
Complementary color
Monochromatic Colors of #68ACC3
Black with #68ACC3
Text Example
Text Example
White with #68ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACC3; }
p { color: rgb(104,172,195); }
H1.HeaderClassName
{
color: #68ACC3;
}
.AnyTagClassName
{
color: #68ACC3;
}
</style>
background-color css
<style>
a { background-color: #68ACC3; }
a { background-color: rgb(104,172,195); }
div.DivClassName
{
background-color: #68ACC3;
}
.BgClassName
{
background-color: #68ACC3;
}
</style>
border-color css
<style>
span { border-color: #68ACC3; }
span { border-color: rgb(104,172,195); }
td.TdClassName
{
border-color: #68ACC3;
}
.TagClassName
{
border-color: #68ACC3;
}
</style>