Shades of Glacier #73BFC3
Tints of Glacier #73BFC3
RGB
CMYK
RGB Variations
Color information
#73BFC3 (or 0x73BFC3) is known color: Glacier. HEX triplet: 73, BF and C3. RGB value is (115,191,195). Sum of RGB (Red+Green+Blue) = 115+191+195=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #73BFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFC3 is #8C403C. Grayscale: #A8A8A8. Windows color (decimal): -9191485 or 12828531. OLE color: 12828531.
HSL color Cylindrical-coordinate representation of color #73BFC3: hue angle of 183º degrees, saturation: 0.4, 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 #73BFC3 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 191 | 195 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.24 |
| HSL | 183º | 0.4% | 0.61% | - |
| HSV(B) | 183º | 0.41% | 0.76% | - |
| XYZ | 35.55 | 44.85 | 58.41 | - |
| YUV | 168.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 195 | 0.41 | 0.02 | 0 | 0.24 | 183 | 0.4 | 0.61 |
| Hex | 73 | BF | C3 | 29 | 2 | 0 | 18 | B7 | 28 | 3D |
| Octal | 163 | 277 | 303 | 51 | 2 | 0 | 30 | 267 | 50 | 75 |
| Binary | 1110011 | 10111111 | 11000011 | 101001 | 10 | 0 | 11000 | 10110111 | 101000 | 111101 |
Color Harmonies of #73BFC3
Complementary color
Monochromatic Colors of #73BFC3
Black with #73BFC3
Text Example
Text Example
White with #73BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BFC3; }
p { color: rgb(115,191,195); }
H1.HeaderClassName
{
color: #73BFC3;
}
.AnyTagClassName
{
color: #73BFC3;
}
</style>
background-color css
<style>
a { background-color: #73BFC3; }
a { background-color: rgb(115,191,195); }
div.DivClassName
{
background-color: #73BFC3;
}
.BgClassName
{
background-color: #73BFC3;
}
</style>
border-color css
<style>
span { border-color: #73BFC3; }
span { border-color: rgb(115,191,195); }
td.TdClassName
{
border-color: #73BFC3;
}
.TagClassName
{
border-color: #73BFC3;
}
</style>