Shades of Glacier #65ADC1
Tints of Glacier #65ADC1
RGB
CMYK
RGB Variations
Color information
#65ADC1 (or 0x65ADC1) is known color: Glacier. HEX triplet: 65, AD and C1. RGB value is (101,173,193). Sum of RGB (Red+Green+Blue) = 101+173+193=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #65ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADC1 is #9A523E. Grayscale: #999999. Windows color (decimal): -10113599 or 12692837. OLE color: 12692837.
HSL color Cylindrical-coordinate representation of color #65ADC1: hue angle of 193.04º 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 #65ADC1 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 173 | 193 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.24 |
| HSL | 193.04º | 0.43% | 0.58% | - |
| HSV(B) | 193.04º | 0.48% | 0.76% | - |
| XYZ | 29.94 | 36.5 | 55.92 | - |
| YUV | 153.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 193 | 0.48 | 0.10 | 0 | 0.24 | 193.04 | 0.43 | 0.58 |
| Hex | 65 | AD | C1 | 30 | A | 0 | 18 | C1 | 2B | 3A |
| Octal | 145 | 255 | 301 | 60 | 12 | 0 | 30 | 301 | 53 | 72 |
| Binary | 1100101 | 10101101 | 11000001 | 110000 | 1010 | 0 | 11000 | 11000001 | 101011 | 111010 |
Color Harmonies of #65ADC1
Complementary color
Monochromatic Colors of #65ADC1
Black with #65ADC1
Text Example
Text Example
White with #65ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADC1; }
p { color: rgb(101,173,193); }
H1.HeaderClassName
{
color: #65ADC1;
}
.AnyTagClassName
{
color: #65ADC1;
}
</style>
background-color css
<style>
a { background-color: #65ADC1; }
a { background-color: rgb(101,173,193); }
div.DivClassName
{
background-color: #65ADC1;
}
.BgClassName
{
background-color: #65ADC1;
}
</style>
border-color css
<style>
span { border-color: #65ADC1; }
span { border-color: rgb(101,173,193); }
td.TdClassName
{
border-color: #65ADC1;
}
.TagClassName
{
border-color: #65ADC1;
}
</style>