Shades of Glacier #65AEC5
Tints of Glacier #65AEC5
RGB
CMYK
RGB Variations
Color information
#65AEC5 (or 0x65AEC5) is known color: Glacier. HEX triplet: 65, AE and C5. RGB value is (101,174,197). Sum of RGB (Red+Green+Blue) = 101+174+197=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #65AEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEC5 is #9A513A. Grayscale: #9A9A9A. Windows color (decimal): -10113339 or 12955237. OLE color: 12955237.
HSL color Cylindrical-coordinate representation of color #65AEC5: hue angle of 194.38º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65AEC5 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 174 | 197 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.23 |
| HSL | 194.38º | 0.45% | 0.58% | - |
| HSV(B) | 194.38º | 0.49% | 0.77% | - |
| XYZ | 30.58 | 37.07 | 58.37 | - |
| YUV | 154.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 197 | 0.49 | 0.12 | 0 | 0.23 | 194.38 | 0.45 | 0.58 |
| Hex | 65 | AE | C5 | 31 | C | 0 | 17 | C2 | 2D | 3A |
| Octal | 145 | 256 | 305 | 61 | 14 | 0 | 27 | 302 | 55 | 72 |
| Binary | 1100101 | 10101110 | 11000101 | 110001 | 1100 | 0 | 10111 | 11000010 | 101101 | 111010 |
Color Harmonies of #65AEC5
Complementary color
Monochromatic Colors of #65AEC5
Black with #65AEC5
Text Example
Text Example
White with #65AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AEC5; }
p { color: rgb(101,174,197); }
H1.HeaderClassName
{
color: #65AEC5;
}
.AnyTagClassName
{
color: #65AEC5;
}
</style>
background-color css
<style>
a { background-color: #65AEC5; }
a { background-color: rgb(101,174,197); }
div.DivClassName
{
background-color: #65AEC5;
}
.BgClassName
{
background-color: #65AEC5;
}
</style>
border-color css
<style>
span { border-color: #65AEC5; }
span { border-color: rgb(101,174,197); }
td.TdClassName
{
border-color: #65AEC5;
}
.TagClassName
{
border-color: #65AEC5;
}
</style>