Shades of Glacier #69ADC0
Tints of Glacier #69ADC0
RGB
CMYK
RGB Variations
Color information
#69ADC0 (or 0x69ADC0) is known color: Glacier. HEX triplet: 69, AD and C0. RGB value is (105,173,192). Sum of RGB (Red+Green+Blue) = 105+173+192=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #69ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADC0 is #96523F. Grayscale: #9A9A9A. Windows color (decimal): -9851456 or 12627305. OLE color: 12627305.
HSL color Cylindrical-coordinate representation of color #69ADC0: hue angle of 193.1º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69ADC0 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 173 | 192 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.25 |
| HSL | 193.1º | 0.41% | 0.58% | - |
| HSV(B) | 193.1º | 0.45% | 0.75% | - |
| XYZ | 30.28 | 36.7 | 55.36 | - |
| YUV | 154.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 192 | 0.45 | 0.10 | 0 | 0.25 | 193.1 | 0.41 | 0.58 |
| Hex | 69 | AD | C0 | 2D | A | 0 | 19 | C1 | 29 | 3A |
| Octal | 151 | 255 | 300 | 55 | 12 | 0 | 31 | 301 | 51 | 72 |
| Binary | 1101001 | 10101101 | 11000000 | 101101 | 1010 | 0 | 11001 | 11000001 | 101001 | 111010 |
Color Harmonies of #69ADC0
Complementary color
Monochromatic Colors of #69ADC0
Black with #69ADC0
Text Example
Text Example
White with #69ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADC0; }
p { color: rgb(105,173,192); }
H1.HeaderClassName
{
color: #69ADC0;
}
.AnyTagClassName
{
color: #69ADC0;
}
</style>
background-color css
<style>
a { background-color: #69ADC0; }
a { background-color: rgb(105,173,192); }
div.DivClassName
{
background-color: #69ADC0;
}
.BgClassName
{
background-color: #69ADC0;
}
</style>
border-color css
<style>
span { border-color: #69ADC0; }
span { border-color: rgb(105,173,192); }
td.TdClassName
{
border-color: #69ADC0;
}
.TagClassName
{
border-color: #69ADC0;
}
</style>