Shades of Glacier #65B5C5
Tints of Glacier #65B5C5
RGB
CMYK
RGB Variations
Color information
#65B5C5 (or 0x65B5C5) is known color: Glacier. HEX triplet: 65, B5 and C5. RGB value is (101,181,197). Sum of RGB (Red+Green+Blue) = 101+181+197=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #65B5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B5C5 is #9A4A3A. Grayscale: #9E9E9E. Windows color (decimal): -10111547 or 12957029. OLE color: 12957029.
HSL color Cylindrical-coordinate representation of color #65B5C5: hue angle of 190º 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 #65B5C5 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 181 | 197 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.23 |
| HSL | 190º | 0.45% | 0.58% | - |
| HSV(B) | 190º | 0.49% | 0.77% | - |
| XYZ | 31.97 | 39.85 | 58.83 | - |
| YUV | 158.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 197 | 0.49 | 0.08 | 0 | 0.23 | 190 | 0.45 | 0.58 |
| Hex | 65 | B5 | C5 | 31 | 8 | 0 | 17 | BE | 2D | 3A |
| Octal | 145 | 265 | 305 | 61 | 10 | 0 | 27 | 276 | 55 | 72 |
| Binary | 1100101 | 10110101 | 11000101 | 110001 | 1000 | 0 | 10111 | 10111110 | 101101 | 111010 |
Color Harmonies of #65B5C5
Complementary color
Monochromatic Colors of #65B5C5
Black with #65B5C5
Text Example
Text Example
White with #65B5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B5C5; }
p { color: rgb(101,181,197); }
H1.HeaderClassName
{
color: #65B5C5;
}
.AnyTagClassName
{
color: #65B5C5;
}
</style>
background-color css
<style>
a { background-color: #65B5C5; }
a { background-color: rgb(101,181,197); }
div.DivClassName
{
background-color: #65B5C5;
}
.BgClassName
{
background-color: #65B5C5;
}
</style>
border-color css
<style>
span { border-color: #65B5C5; }
span { border-color: rgb(101,181,197); }
td.TdClassName
{
border-color: #65B5C5;
}
.TagClassName
{
border-color: #65B5C5;
}
</style>