Shades of Glacier #65BAC5
Tints of Glacier #65BAC5
RGB
CMYK
RGB Variations
Color information
#65BAC5 (or 0x65BAC5) is known color: Glacier. HEX triplet: 65, BA and C5. RGB value is (101,186,197). Sum of RGB (Red+Green+Blue) = 101+186+197=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 197 - color contains mainly: blue. Hex color #65BAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BAC5 is #9A453A. Grayscale: #A1A1A1. Windows color (decimal): -10110267 or 12958309. OLE color: 12958309.
HSL color Cylindrical-coordinate representation of color #65BAC5: hue angle of 186.88º 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 #65BAC5 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 186 | 197 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.23 |
| HSL | 186.88º | 0.45% | 0.58% | - |
| HSV(B) | 186.88º | 0.49% | 0.77% | - |
| XYZ | 33 | 41.92 | 59.17 | - |
| YUV | 161.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 197 | 0.49 | 0.06 | 0 | 0.23 | 186.88 | 0.45 | 0.58 |
| Hex | 65 | BA | C5 | 31 | 6 | 0 | 17 | BB | 2D | 3A |
| Octal | 145 | 272 | 305 | 61 | 6 | 0 | 27 | 273 | 55 | 72 |
| Binary | 1100101 | 10111010 | 11000101 | 110001 | 110 | 0 | 10111 | 10111011 | 101101 | 111010 |
Color Harmonies of #65BAC5
Complementary color
Monochromatic Colors of #65BAC5
Black with #65BAC5
Text Example
Text Example
White with #65BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BAC5; }
p { color: rgb(101,186,197); }
H1.HeaderClassName
{
color: #65BAC5;
}
.AnyTagClassName
{
color: #65BAC5;
}
</style>
background-color css
<style>
a { background-color: #65BAC5; }
a { background-color: rgb(101,186,197); }
div.DivClassName
{
background-color: #65BAC5;
}
.BgClassName
{
background-color: #65BAC5;
}
</style>
border-color css
<style>
span { border-color: #65BAC5; }
span { border-color: rgb(101,186,197); }
td.TdClassName
{
border-color: #65BAC5;
}
.TagClassName
{
border-color: #65BAC5;
}
</style>