Shades of Glacier #73AFC1
Tints of Glacier #73AFC1
RGB
CMYK
RGB Variations
Color information
#73AFC1 (or 0x73AFC1) is known color: Glacier. HEX triplet: 73, AF and C1. RGB value is (115,175,193). Sum of RGB (Red+Green+Blue) = 115+175+193=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #73AFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFC1 is #8C503E. Grayscale: #9E9E9E. Windows color (decimal): -9195583 or 12693363. OLE color: 12693363.
HSL color Cylindrical-coordinate representation of color #73AFC1: hue angle of 193.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73AFC1 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 175 | 193 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.24 |
| HSL | 193.85º | 0.39% | 0.6% | - |
| HSV(B) | 193.85º | 0.4% | 0.76% | - |
| XYZ | 32.03 | 38.16 | 56.13 | - |
| YUV | 159.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 193 | 0.40 | 0.09 | 0 | 0.24 | 193.85 | 0.39 | 0.6 |
| Hex | 73 | AF | C1 | 28 | 9 | 0 | 18 | C2 | 27 | 3C |
| Octal | 163 | 257 | 301 | 50 | 11 | 0 | 30 | 302 | 47 | 74 |
| Binary | 1110011 | 10101111 | 11000001 | 101000 | 1001 | 0 | 11000 | 11000010 | 100111 | 111100 |
Color Harmonies of #73AFC1
Complementary color
Monochromatic Colors of #73AFC1
Black with #73AFC1
Text Example
Text Example
White with #73AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AFC1; }
p { color: rgb(115,175,193); }
H1.HeaderClassName
{
color: #73AFC1;
}
.AnyTagClassName
{
color: #73AFC1;
}
</style>
background-color css
<style>
a { background-color: #73AFC1; }
a { background-color: rgb(115,175,193); }
div.DivClassName
{
background-color: #73AFC1;
}
.BgClassName
{
background-color: #73AFC1;
}
</style>
border-color css
<style>
span { border-color: #73AFC1; }
span { border-color: rgb(115,175,193); }
td.TdClassName
{
border-color: #73AFC1;
}
.TagClassName
{
border-color: #73AFC1;
}
</style>