Shades of Glacier #65AEC4
Tints of Glacier #65AEC4
RGB
CMYK
RGB Variations
Color information
#65AEC4 (or 0x65AEC4) is known color: Glacier. HEX triplet: 65, AE and C4. RGB value is (101,174,196). Sum of RGB (Red+Green+Blue) = 101+174+196=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #65AEC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEC4 is #9A513B. Grayscale: #9A9A9A. Windows color (decimal): -10113340 or 12889701. OLE color: 12889701.
HSL color Cylindrical-coordinate representation of color #65AEC4: hue angle of 193.89º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65AEC4 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 174 | 196 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.23 |
| HSL | 193.89º | 0.45% | 0.58% | - |
| HSV(B) | 193.89º | 0.48% | 0.77% | - |
| XYZ | 30.47 | 37.02 | 57.77 | - |
| YUV | 154.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 196 | 0.48 | 0.11 | 0 | 0.23 | 193.89 | 0.45 | 0.58 |
| Hex | 65 | AE | C4 | 30 | B | 0 | 17 | C2 | 2D | 3A |
| Octal | 145 | 256 | 304 | 60 | 13 | 0 | 27 | 302 | 55 | 72 |
| Binary | 1100101 | 10101110 | 11000100 | 110000 | 1011 | 0 | 10111 | 11000010 | 101101 | 111010 |
Color Harmonies of #65AEC4
Complementary color
Monochromatic Colors of #65AEC4
Black with #65AEC4
Text Example
Text Example
White with #65AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AEC4; }
p { color: rgb(101,174,196); }
H1.HeaderClassName
{
color: #65AEC4;
}
.AnyTagClassName
{
color: #65AEC4;
}
</style>
background-color css
<style>
a { background-color: #65AEC4; }
a { background-color: rgb(101,174,196); }
div.DivClassName
{
background-color: #65AEC4;
}
.BgClassName
{
background-color: #65AEC4;
}
</style>
border-color css
<style>
span { border-color: #65AEC4; }
span { border-color: rgb(101,174,196); }
td.TdClassName
{
border-color: #65AEC4;
}
.TagClassName
{
border-color: #65AEC4;
}
</style>