Shades of Glacier #73BFC1
Tints of Glacier #73BFC1
RGB
CMYK
RGB Variations
Color information
#73BFC1 (or 0x73BFC1) is known color: Glacier. HEX triplet: 73, BF and C1. RGB value is (115,191,193). Sum of RGB (Red+Green+Blue) = 115+191+193=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #73BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFC1 is #8C403E. Grayscale: #A8A8A8. Windows color (decimal): -9191487 or 12697459. OLE color: 12697459.
HSL color Cylindrical-coordinate representation of color #73BFC1: hue angle of 181.54º 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 #73BFC1 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 191 | 193 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.24 |
| HSL | 181.54º | 0.39% | 0.6% | - |
| HSV(B) | 181.54º | 0.4% | 0.76% | - |
| XYZ | 35.33 | 44.76 | 57.23 | - |
| YUV | 168.5 | 141.82 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 193 | 0.40 | 0.01 | 0 | 0.24 | 181.54 | 0.39 | 0.6 |
| Hex | 73 | BF | C1 | 28 | 1 | 0 | 18 | B6 | 27 | 3C |
| Octal | 163 | 277 | 301 | 50 | 1 | 0 | 30 | 266 | 47 | 74 |
| Binary | 1110011 | 10111111 | 11000001 | 101000 | 1 | 0 | 11000 | 10110110 | 100111 | 111100 |
Color Harmonies of #73BFC1
Complementary color
Monochromatic Colors of #73BFC1
Black with #73BFC1
Text Example
Text Example
White with #73BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BFC1; }
p { color: rgb(115,191,193); }
H1.HeaderClassName
{
color: #73BFC1;
}
.AnyTagClassName
{
color: #73BFC1;
}
</style>
background-color css
<style>
a { background-color: #73BFC1; }
a { background-color: rgb(115,191,193); }
div.DivClassName
{
background-color: #73BFC1;
}
.BgClassName
{
background-color: #73BFC1;
}
</style>
border-color css
<style>
span { border-color: #73BFC1; }
span { border-color: rgb(115,191,193); }
td.TdClassName
{
border-color: #73BFC1;
}
.TagClassName
{
border-color: #73BFC1;
}
</style>