Shades of Glacier #73BDC4
Tints of Glacier #73BDC4
RGB
CMYK
RGB Variations
Color information
#73BDC4 (or 0x73BDC4) is known color: Glacier. HEX triplet: 73, BD and C4. RGB value is (115,189,196). Sum of RGB (Red+Green+Blue) = 115+189+196=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #73BDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDC4 is #8C423B. Grayscale: #A7A7A7. Windows color (decimal): -9191996 or 12893555. OLE color: 12893555.
HSL color Cylindrical-coordinate representation of color #73BDC4: hue angle of 185.19º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73BDC4 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 189 | 196 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.23 |
| HSL | 185.19º | 0.41% | 0.61% | - |
| HSV(B) | 185.19º | 0.41% | 0.77% | - |
| XYZ | 35.23 | 44.03 | 58.87 | - |
| YUV | 167.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 196 | 0.41 | 0.04 | 0 | 0.23 | 185.19 | 0.41 | 0.61 |
| Hex | 73 | BD | C4 | 29 | 4 | 0 | 17 | B9 | 29 | 3D |
| Octal | 163 | 275 | 304 | 51 | 4 | 0 | 27 | 271 | 51 | 75 |
| Binary | 1110011 | 10111101 | 11000100 | 101001 | 100 | 0 | 10111 | 10111001 | 101001 | 111101 |
Color Harmonies of #73BDC4
Complementary color
Monochromatic Colors of #73BDC4
Black with #73BDC4
Text Example
Text Example
White with #73BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDC4; }
p { color: rgb(115,189,196); }
H1.HeaderClassName
{
color: #73BDC4;
}
.AnyTagClassName
{
color: #73BDC4;
}
</style>
background-color css
<style>
a { background-color: #73BDC4; }
a { background-color: rgb(115,189,196); }
div.DivClassName
{
background-color: #73BDC4;
}
.BgClassName
{
background-color: #73BDC4;
}
</style>
border-color css
<style>
span { border-color: #73BDC4; }
span { border-color: rgb(115,189,196); }
td.TdClassName
{
border-color: #73BDC4;
}
.TagClassName
{
border-color: #73BDC4;
}
</style>