Shades of Glacier #72BFC1
Tints of Glacier #72BFC1
RGB
CMYK
RGB Variations
Color information
#72BFC1 (or 0x72BFC1) is known color: Glacier. HEX triplet: 72, BF and C1. RGB value is (114,191,193). Sum of RGB (Red+Green+Blue) = 114+191+193=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 191 (75% from 255 or 38.35% 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 #72BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFC1 is #8D403E. Grayscale: #A8A8A8. Windows color (decimal): -9257023 or 12697458. OLE color: 12697458.
HSL color Cylindrical-coordinate representation of color #72BFC1: hue angle of 181.52º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72BFC1 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 191 | 193 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.24 |
| HSL | 181.52º | 0.39% | 0.6% | - |
| HSV(B) | 181.52º | 0.41% | 0.76% | - |
| XYZ | 35.2 | 44.69 | 57.22 | - |
| YUV | 168.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 193 | 0.41 | 0.01 | 0 | 0.24 | 181.52 | 0.39 | 0.6 |
| Hex | 72 | BF | C1 | 29 | 1 | 0 | 18 | B6 | 27 | 3C |
| Octal | 162 | 277 | 301 | 51 | 1 | 0 | 30 | 266 | 47 | 74 |
| Binary | 1110010 | 10111111 | 11000001 | 101001 | 1 | 0 | 11000 | 10110110 | 100111 | 111100 |
Color Harmonies of #72BFC1
Complementary color
Monochromatic Colors of #72BFC1
Black with #72BFC1
Text Example
Text Example
White with #72BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFC1; }
p { color: rgb(114,191,193); }
H1.HeaderClassName
{
color: #72BFC1;
}
.AnyTagClassName
{
color: #72BFC1;
}
</style>
background-color css
<style>
a { background-color: #72BFC1; }
a { background-color: rgb(114,191,193); }
div.DivClassName
{
background-color: #72BFC1;
}
.BgClassName
{
background-color: #72BFC1;
}
</style>
border-color css
<style>
span { border-color: #72BFC1; }
span { border-color: rgb(114,191,193); }
td.TdClassName
{
border-color: #72BFC1;
}
.TagClassName
{
border-color: #72BFC1;
}
</style>