Shades of Glacier #72BFC3
Tints of Glacier #72BFC3
RGB
CMYK
RGB Variations
Color information
#72BFC3 (or 0x72BFC3) is known color: Glacier. HEX triplet: 72, BF and C3. RGB value is (114,191,195). Sum of RGB (Red+Green+Blue) = 114+191+195=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #72BFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFC3 is #8D403C. Grayscale: #A8A8A8. Windows color (decimal): -9257021 or 12828530. OLE color: 12828530.
HSL color Cylindrical-coordinate representation of color #72BFC3: hue angle of 182.96º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72BFC3 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 191 | 195 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.24 |
| HSL | 182.96º | 0.4% | 0.61% | - |
| HSV(B) | 182.96º | 0.42% | 0.76% | - |
| XYZ | 35.42 | 44.78 | 58.41 | - |
| YUV | 168.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 195 | 0.42 | 0.02 | 0 | 0.24 | 182.96 | 0.4 | 0.61 |
| Hex | 72 | BF | C3 | 2A | 2 | 0 | 18 | B7 | 28 | 3D |
| Octal | 162 | 277 | 303 | 52 | 2 | 0 | 30 | 267 | 50 | 75 |
| Binary | 1110010 | 10111111 | 11000011 | 101010 | 10 | 0 | 11000 | 10110111 | 101000 | 111101 |
Color Harmonies of #72BFC3
Complementary color
Monochromatic Colors of #72BFC3
Black with #72BFC3
Text Example
Text Example
White with #72BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFC3; }
p { color: rgb(114,191,195); }
H1.HeaderClassName
{
color: #72BFC3;
}
.AnyTagClassName
{
color: #72BFC3;
}
</style>
background-color css
<style>
a { background-color: #72BFC3; }
a { background-color: rgb(114,191,195); }
div.DivClassName
{
background-color: #72BFC3;
}
.BgClassName
{
background-color: #72BFC3;
}
</style>
border-color css
<style>
span { border-color: #72BFC3; }
span { border-color: rgb(114,191,195); }
td.TdClassName
{
border-color: #72BFC3;
}
.TagClassName
{
border-color: #72BFC3;
}
</style>