Shades of Glacier #65ADC7
Tints of Glacier #65ADC7
RGB
CMYK
RGB Variations
Color information
#65ADC7 (or 0x65ADC7) is known color: Glacier. HEX triplet: 65, AD and C7. RGB value is (101,173,199). Sum of RGB (Red+Green+Blue) = 101+173+199=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #65ADC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADC7 is #9A5238. Grayscale: #9A9A9A. Windows color (decimal): -10113593 or 13086053. OLE color: 13086053.
HSL color Cylindrical-coordinate representation of color #65ADC7: hue angle of 195.92º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65ADC7 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 173 | 199 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.22 |
| HSL | 195.92º | 0.47% | 0.59% | - |
| HSV(B) | 195.92º | 0.49% | 0.78% | - |
| XYZ | 30.62 | 36.78 | 59.52 | - |
| YUV | 154.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 199 | 0.49 | 0.13 | 0 | 0.22 | 195.92 | 0.47 | 0.59 |
| Hex | 65 | AD | C7 | 31 | D | 0 | 16 | C4 | 2F | 3B |
| Octal | 145 | 255 | 307 | 61 | 15 | 0 | 26 | 304 | 57 | 73 |
| Binary | 1100101 | 10101101 | 11000111 | 110001 | 1101 | 0 | 10110 | 11000100 | 101111 | 111011 |
Color Harmonies of #65ADC7
Complementary color
Monochromatic Colors of #65ADC7
Black with #65ADC7
Text Example
Text Example
White with #65ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADC7; }
p { color: rgb(101,173,199); }
H1.HeaderClassName
{
color: #65ADC7;
}
.AnyTagClassName
{
color: #65ADC7;
}
</style>
background-color css
<style>
a { background-color: #65ADC7; }
a { background-color: rgb(101,173,199); }
div.DivClassName
{
background-color: #65ADC7;
}
.BgClassName
{
background-color: #65ADC7;
}
</style>
border-color css
<style>
span { border-color: #65ADC7; }
span { border-color: rgb(101,173,199); }
td.TdClassName
{
border-color: #65ADC7;
}
.TagClassName
{
border-color: #65ADC7;
}
</style>