Shades of Glacier #65ACC6
Tints of Glacier #65ACC6
RGB
CMYK
RGB Variations
Color information
#65ACC6 (or 0x65ACC6) is known color: Glacier. HEX triplet: 65, AC and C6. RGB value is (101,172,198). Sum of RGB (Red+Green+Blue) = 101+172+198=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #65ACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACC6 is #9A5339. Grayscale: #999999. Windows color (decimal): -10113850 or 13020261. OLE color: 13020261.
HSL color Cylindrical-coordinate representation of color #65ACC6: hue angle of 196.08º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65ACC6 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 172 | 198 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.22 |
| HSL | 196.08º | 0.46% | 0.59% | - |
| HSV(B) | 196.08º | 0.49% | 0.78% | - |
| XYZ | 30.31 | 36.35 | 58.84 | - |
| YUV | 153.74 | 152.98 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 198 | 0.49 | 0.13 | 0 | 0.22 | 196.08 | 0.46 | 0.59 |
| Hex | 65 | AC | C6 | 31 | D | 0 | 16 | C4 | 2E | 3B |
| Octal | 145 | 254 | 306 | 61 | 15 | 0 | 26 | 304 | 56 | 73 |
| Binary | 1100101 | 10101100 | 11000110 | 110001 | 1101 | 0 | 10110 | 11000100 | 101110 | 111011 |
Color Harmonies of #65ACC6
Complementary color
Monochromatic Colors of #65ACC6
Black with #65ACC6
Text Example
Text Example
White with #65ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ACC6; }
p { color: rgb(101,172,198); }
H1.HeaderClassName
{
color: #65ACC6;
}
.AnyTagClassName
{
color: #65ACC6;
}
</style>
background-color css
<style>
a { background-color: #65ACC6; }
a { background-color: rgb(101,172,198); }
div.DivClassName
{
background-color: #65ACC6;
}
.BgClassName
{
background-color: #65ACC6;
}
</style>
border-color css
<style>
span { border-color: #65ACC6; }
span { border-color: rgb(101,172,198); }
td.TdClassName
{
border-color: #65ACC6;
}
.TagClassName
{
border-color: #65ACC6;
}
</style>