Shades of Glacier #72BEC6
Tints of Glacier #72BEC6
RGB
CMYK
RGB Variations
Color information
#72BEC6 (or 0x72BEC6) is known color: Glacier. HEX triplet: 72, BE and C6. RGB value is (114,190,198). Sum of RGB (Red+Green+Blue) = 114+190+198=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #72BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BEC6 is #8D4139. Grayscale: #A8A8A8. Windows color (decimal): -9257274 or 13024882. OLE color: 13024882.
HSL color Cylindrical-coordinate representation of color #72BEC6: hue angle of 185.71º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72BEC6 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 190 | 198 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.22 |
| HSL | 185.71º | 0.42% | 0.61% | - |
| HSV(B) | 185.71º | 0.42% | 0.78% | - |
| XYZ | 35.55 | 44.48 | 60.14 | - |
| YUV | 168.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 198 | 0.42 | 0.04 | 0 | 0.22 | 185.71 | 0.42 | 0.61 |
| Hex | 72 | BE | C6 | 2A | 4 | 0 | 16 | BA | 2A | 3D |
| Octal | 162 | 276 | 306 | 52 | 4 | 0 | 26 | 272 | 52 | 75 |
| Binary | 1110010 | 10111110 | 11000110 | 101010 | 100 | 0 | 10110 | 10111010 | 101010 | 111101 |
Color Harmonies of #72BEC6
Complementary color
Monochromatic Colors of #72BEC6
Black with #72BEC6
Text Example
Text Example
White with #72BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BEC6; }
p { color: rgb(114,190,198); }
H1.HeaderClassName
{
color: #72BEC6;
}
.AnyTagClassName
{
color: #72BEC6;
}
</style>
background-color css
<style>
a { background-color: #72BEC6; }
a { background-color: rgb(114,190,198); }
div.DivClassName
{
background-color: #72BEC6;
}
.BgClassName
{
background-color: #72BEC6;
}
</style>
border-color css
<style>
span { border-color: #72BEC6; }
span { border-color: rgb(114,190,198); }
td.TdClassName
{
border-color: #72BEC6;
}
.TagClassName
{
border-color: #72BEC6;
}
</style>