Shades of Glacier #73BDC1
Tints of Glacier #73BDC1
RGB
CMYK
RGB Variations
Color information
#73BDC1 (or 0x73BDC1) is known color: Glacier. HEX triplet: 73, BD and C1. RGB value is (115,189,193). Sum of RGB (Red+Green+Blue) = 115+189+193=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #73BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDC1 is #8C423E. Grayscale: #A7A7A7. Windows color (decimal): -9191999 or 12696947. OLE color: 12696947.
HSL color Cylindrical-coordinate representation of color #73BDC1: hue angle of 183.08º 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 #73BDC1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 189 | 193 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.24 |
| HSL | 183.08º | 0.39% | 0.6% | - |
| HSV(B) | 183.08º | 0.4% | 0.76% | - |
| XYZ | 34.89 | 43.89 | 57.08 | - |
| YUV | 167.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 193 | 0.40 | 0.02 | 0 | 0.24 | 183.08 | 0.39 | 0.6 |
| Hex | 73 | BD | C1 | 28 | 2 | 0 | 18 | B7 | 27 | 3C |
| Octal | 163 | 275 | 301 | 50 | 2 | 0 | 30 | 267 | 47 | 74 |
| Binary | 1110011 | 10111101 | 11000001 | 101000 | 10 | 0 | 11000 | 10110111 | 100111 | 111100 |
Color Harmonies of #73BDC1
Complementary color
Monochromatic Colors of #73BDC1
Black with #73BDC1
Text Example
Text Example
White with #73BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDC1; }
p { color: rgb(115,189,193); }
H1.HeaderClassName
{
color: #73BDC1;
}
.AnyTagClassName
{
color: #73BDC1;
}
</style>
background-color css
<style>
a { background-color: #73BDC1; }
a { background-color: rgb(115,189,193); }
div.DivClassName
{
background-color: #73BDC1;
}
.BgClassName
{
background-color: #73BDC1;
}
</style>
border-color css
<style>
span { border-color: #73BDC1; }
span { border-color: rgb(115,189,193); }
td.TdClassName
{
border-color: #73BDC1;
}
.TagClassName
{
border-color: #73BDC1;
}
</style>