Shades of Glacier #65ABC1
Tints of Glacier #65ABC1
RGB
CMYK
RGB Variations
Color information
#65ABC1 (or 0x65ABC1) is known color: Glacier. HEX triplet: 65, AB and C1. RGB value is (101,171,193). Sum of RGB (Red+Green+Blue) = 101+171+193=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #65ABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABC1 is #9A543E. Grayscale: #989898. Windows color (decimal): -10114111 or 12692325. OLE color: 12692325.
HSL color Cylindrical-coordinate representation of color #65ABC1: hue angle of 194.35º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65ABC1 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 171 | 193 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.24 |
| HSL | 194.35º | 0.43% | 0.58% | - |
| HSV(B) | 194.35º | 0.48% | 0.76% | - |
| XYZ | 29.56 | 35.74 | 55.79 | - |
| YUV | 152.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 193 | 0.48 | 0.11 | 0 | 0.24 | 194.35 | 0.43 | 0.58 |
| Hex | 65 | AB | C1 | 30 | B | 0 | 18 | C2 | 2B | 3A |
| Octal | 145 | 253 | 301 | 60 | 13 | 0 | 30 | 302 | 53 | 72 |
| Binary | 1100101 | 10101011 | 11000001 | 110000 | 1011 | 0 | 11000 | 11000010 | 101011 | 111010 |
Color Harmonies of #65ABC1
Complementary color
Monochromatic Colors of #65ABC1
Black with #65ABC1
Text Example
Text Example
White with #65ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABC1; }
p { color: rgb(101,171,193); }
H1.HeaderClassName
{
color: #65ABC1;
}
.AnyTagClassName
{
color: #65ABC1;
}
</style>
background-color css
<style>
a { background-color: #65ABC1; }
a { background-color: rgb(101,171,193); }
div.DivClassName
{
background-color: #65ABC1;
}
.BgClassName
{
background-color: #65ABC1;
}
</style>
border-color css
<style>
span { border-color: #65ABC1; }
span { border-color: rgb(101,171,193); }
td.TdClassName
{
border-color: #65ABC1;
}
.TagClassName
{
border-color: #65ABC1;
}
</style>