Shades of Glacier #69ACC5
Tints of Glacier #69ACC5
RGB
CMYK
RGB Variations
Color information
#69ACC5 (or 0x69ACC5) is known color: Glacier. HEX triplet: 69, AC and C5. RGB value is (105,172,197). Sum of RGB (Red+Green+Blue) = 105+172+197=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #69ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACC5 is #96533A. Grayscale: #9A9A9A. Windows color (decimal): -9851707 or 12954729. OLE color: 12954729.
HSL color Cylindrical-coordinate representation of color #69ACC5: hue angle of 196.3º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69ACC5 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 172 | 197 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.23 |
| HSL | 196.3º | 0.44% | 0.59% | - |
| HSV(B) | 196.3º | 0.47% | 0.77% | - |
| XYZ | 30.66 | 36.54 | 58.26 | - |
| YUV | 154.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 197 | 0.47 | 0.13 | 0 | 0.23 | 196.3 | 0.44 | 0.59 |
| Hex | 69 | AC | C5 | 2F | D | 0 | 17 | C4 | 2C | 3B |
| Octal | 151 | 254 | 305 | 57 | 15 | 0 | 27 | 304 | 54 | 73 |
| Binary | 1101001 | 10101100 | 11000101 | 101111 | 1101 | 0 | 10111 | 11000100 | 101100 | 111011 |
Color Harmonies of #69ACC5
Complementary color
Monochromatic Colors of #69ACC5
Black with #69ACC5
Text Example
Text Example
White with #69ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ACC5; }
p { color: rgb(105,172,197); }
H1.HeaderClassName
{
color: #69ACC5;
}
.AnyTagClassName
{
color: #69ACC5;
}
</style>
background-color css
<style>
a { background-color: #69ACC5; }
a { background-color: rgb(105,172,197); }
div.DivClassName
{
background-color: #69ACC5;
}
.BgClassName
{
background-color: #69ACC5;
}
</style>
border-color css
<style>
span { border-color: #69ACC5; }
span { border-color: rgb(105,172,197); }
td.TdClassName
{
border-color: #69ACC5;
}
.TagClassName
{
border-color: #69ACC5;
}
</style>