Shades of Glacier #73BEC1
Tints of Glacier #73BEC1
RGB
CMYK
RGB Variations
Color information
#73BEC1 (or 0x73BEC1) is known color: Glacier. HEX triplet: 73, BE and C1. RGB value is (115,190,193). Sum of RGB (Red+Green+Blue) = 115+190+193=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #73BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEC1 is #8C413E. Grayscale: #A7A7A7. Windows color (decimal): -9191743 or 12697203. OLE color: 12697203.
HSL color Cylindrical-coordinate representation of color #73BEC1: hue angle of 182.31º 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 #73BEC1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 190 | 193 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.24 |
| HSL | 182.31º | 0.39% | 0.6% | - |
| HSV(B) | 182.31º | 0.4% | 0.76% | - |
| XYZ | 35.11 | 44.32 | 57.16 | - |
| YUV | 167.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 193 | 0.40 | 0.02 | 0 | 0.24 | 182.31 | 0.39 | 0.6 |
| Hex | 73 | BE | C1 | 28 | 2 | 0 | 18 | B6 | 27 | 3C |
| Octal | 163 | 276 | 301 | 50 | 2 | 0 | 30 | 266 | 47 | 74 |
| Binary | 1110011 | 10111110 | 11000001 | 101000 | 10 | 0 | 11000 | 10110110 | 100111 | 111100 |
Color Harmonies of #73BEC1
Complementary color
Monochromatic Colors of #73BEC1
Black with #73BEC1
Text Example
Text Example
White with #73BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEC1; }
p { color: rgb(115,190,193); }
H1.HeaderClassName
{
color: #73BEC1;
}
.AnyTagClassName
{
color: #73BEC1;
}
</style>
background-color css
<style>
a { background-color: #73BEC1; }
a { background-color: rgb(115,190,193); }
div.DivClassName
{
background-color: #73BEC1;
}
.BgClassName
{
background-color: #73BEC1;
}
</style>
border-color css
<style>
span { border-color: #73BEC1; }
span { border-color: rgb(115,190,193); }
td.TdClassName
{
border-color: #73BEC1;
}
.TagClassName
{
border-color: #73BEC1;
}
</style>