Shades of Glacier #65AEC6
Tints of Glacier #65AEC6
RGB
CMYK
RGB Variations
Color information
#65AEC6 (or 0x65AEC6) is known color: Glacier. HEX triplet: 65, AE and C6. RGB value is (101,174,198). Sum of RGB (Red+Green+Blue) = 101+174+198=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #65AEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEC6 is #9A5139. Grayscale: #9A9A9A. Windows color (decimal): -10113338 or 13020773. OLE color: 13020773.
HSL color Cylindrical-coordinate representation of color #65AEC6: hue angle of 194.85º degrees, saturation: 0.46, 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 #65AEC6 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 174 | 198 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.22 |
| HSL | 194.85º | 0.46% | 0.59% | - |
| HSV(B) | 194.85º | 0.49% | 0.78% | - |
| XYZ | 30.7 | 37.12 | 58.97 | - |
| YUV | 154.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 198 | 0.49 | 0.12 | 0 | 0.22 | 194.85 | 0.46 | 0.59 |
| Hex | 65 | AE | C6 | 31 | C | 0 | 16 | C3 | 2E | 3B |
| Octal | 145 | 256 | 306 | 61 | 14 | 0 | 26 | 303 | 56 | 73 |
| Binary | 1100101 | 10101110 | 11000110 | 110001 | 1100 | 0 | 10110 | 11000011 | 101110 | 111011 |
Color Harmonies of #65AEC6
Complementary color
Monochromatic Colors of #65AEC6
Black with #65AEC6
Text Example
Text Example
White with #65AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AEC6; }
p { color: rgb(101,174,198); }
H1.HeaderClassName
{
color: #65AEC6;
}
.AnyTagClassName
{
color: #65AEC6;
}
</style>
background-color css
<style>
a { background-color: #65AEC6; }
a { background-color: rgb(101,174,198); }
div.DivClassName
{
background-color: #65AEC6;
}
.BgClassName
{
background-color: #65AEC6;
}
</style>
border-color css
<style>
span { border-color: #65AEC6; }
span { border-color: rgb(101,174,198); }
td.TdClassName
{
border-color: #65AEC6;
}
.TagClassName
{
border-color: #65AEC6;
}
</style>