Shades of Glacier #66ACC3
Tints of Glacier #66ACC3
RGB
CMYK
RGB Variations
Color information
#66ACC3 (or 0x66ACC3) is known color: Glacier. HEX triplet: 66, AC and C3. RGB value is (102,172,195). Sum of RGB (Red+Green+Blue) = 102+172+195=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #66ACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACC3 is #99533C. Grayscale: #999999. Windows color (decimal): -10048317 or 12823654. OLE color: 12823654.
HSL color Cylindrical-coordinate representation of color #66ACC3: hue angle of 194.84º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66ACC3 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 172 | 195 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.24 |
| HSL | 194.84º | 0.44% | 0.58% | - |
| HSV(B) | 194.84º | 0.48% | 0.76% | - |
| XYZ | 30.08 | 36.27 | 57.05 | - |
| YUV | 153.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 195 | 0.48 | 0.12 | 0 | 0.24 | 194.84 | 0.44 | 0.58 |
| Hex | 66 | AC | C3 | 30 | C | 0 | 18 | C3 | 2C | 3A |
| Octal | 146 | 254 | 303 | 60 | 14 | 0 | 30 | 303 | 54 | 72 |
| Binary | 1100110 | 10101100 | 11000011 | 110000 | 1100 | 0 | 11000 | 11000011 | 101100 | 111010 |
Color Harmonies of #66ACC3
Complementary color
Monochromatic Colors of #66ACC3
Black with #66ACC3
Text Example
Text Example
White with #66ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ACC3; }
p { color: rgb(102,172,195); }
H1.HeaderClassName
{
color: #66ACC3;
}
.AnyTagClassName
{
color: #66ACC3;
}
</style>
background-color css
<style>
a { background-color: #66ACC3; }
a { background-color: rgb(102,172,195); }
div.DivClassName
{
background-color: #66ACC3;
}
.BgClassName
{
background-color: #66ACC3;
}
</style>
border-color css
<style>
span { border-color: #66ACC3; }
span { border-color: rgb(102,172,195); }
td.TdClassName
{
border-color: #66ACC3;
}
.TagClassName
{
border-color: #66ACC3;
}
</style>