Shades of Glacier #73BDC2
Tints of Glacier #73BDC2
RGB
CMYK
RGB Variations
Color information
#73BDC2 (or 0x73BDC2) is known color: Glacier. HEX triplet: 73, BD and C2. RGB value is (115,189,194). Sum of RGB (Red+Green+Blue) = 115+189+194=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #73BDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDC2 is #8C423D. Grayscale: #A7A7A7. Windows color (decimal): -9191998 or 12762483. OLE color: 12762483.
HSL color Cylindrical-coordinate representation of color #73BDC2: hue angle of 183.8º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73BDC2 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 189 | 194 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.24 |
| HSL | 183.8º | 0.39% | 0.61% | - |
| HSV(B) | 183.8º | 0.41% | 0.76% | - |
| XYZ | 35.01 | 43.94 | 57.67 | - |
| YUV | 167.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 194 | 0.41 | 0.03 | 0 | 0.24 | 183.8 | 0.39 | 0.61 |
| Hex | 73 | BD | C2 | 29 | 3 | 0 | 18 | B8 | 27 | 3D |
| Octal | 163 | 275 | 302 | 51 | 3 | 0 | 30 | 270 | 47 | 75 |
| Binary | 1110011 | 10111101 | 11000010 | 101001 | 11 | 0 | 11000 | 10111000 | 100111 | 111101 |
Color Harmonies of #73BDC2
Complementary color
Monochromatic Colors of #73BDC2
Black with #73BDC2
Text Example
Text Example
White with #73BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDC2; }
p { color: rgb(115,189,194); }
H1.HeaderClassName
{
color: #73BDC2;
}
.AnyTagClassName
{
color: #73BDC2;
}
</style>
background-color css
<style>
a { background-color: #73BDC2; }
a { background-color: rgb(115,189,194); }
div.DivClassName
{
background-color: #73BDC2;
}
.BgClassName
{
background-color: #73BDC2;
}
</style>
border-color css
<style>
span { border-color: #73BDC2; }
span { border-color: rgb(115,189,194); }
td.TdClassName
{
border-color: #73BDC2;
}
.TagClassName
{
border-color: #73BDC2;
}
</style>