Shades of Glacier #72BBC2
Tints of Glacier #72BBC2
RGB
CMYK
RGB Variations
Color information
#72BBC2 (or 0x72BBC2) is known color: Glacier. HEX triplet: 72, BB and C2. RGB value is (114,187,194). Sum of RGB (Red+Green+Blue) = 114+187+194=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #72BBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBC2 is #8D443D. Grayscale: #A5A5A5. Windows color (decimal): -9258046 or 12761970. OLE color: 12761970.
HSL color Cylindrical-coordinate representation of color #72BBC2: hue angle of 185.25º degrees, saturation: 0.4, 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 #72BBC2 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 187 | 194 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.24 |
| HSL | 185.25º | 0.4% | 0.6% | - |
| HSV(B) | 185.25º | 0.41% | 0.76% | - |
| XYZ | 34.45 | 43.01 | 57.53 | - |
| YUV | 165.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 194 | 0.41 | 0.04 | 0 | 0.24 | 185.25 | 0.4 | 0.6 |
| Hex | 72 | BB | C2 | 29 | 4 | 0 | 18 | B9 | 28 | 3C |
| Octal | 162 | 273 | 302 | 51 | 4 | 0 | 30 | 271 | 50 | 74 |
| Binary | 1110010 | 10111011 | 11000010 | 101001 | 100 | 0 | 11000 | 10111001 | 101000 | 111100 |
Color Harmonies of #72BBC2
Complementary color
Monochromatic Colors of #72BBC2
Black with #72BBC2
Text Example
Text Example
White with #72BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BBC2; }
p { color: rgb(114,187,194); }
H1.HeaderClassName
{
color: #72BBC2;
}
.AnyTagClassName
{
color: #72BBC2;
}
</style>
background-color css
<style>
a { background-color: #72BBC2; }
a { background-color: rgb(114,187,194); }
div.DivClassName
{
background-color: #72BBC2;
}
.BgClassName
{
background-color: #72BBC2;
}
</style>
border-color css
<style>
span { border-color: #72BBC2; }
span { border-color: rgb(114,187,194); }
td.TdClassName
{
border-color: #72BBC2;
}
.TagClassName
{
border-color: #72BBC2;
}
</style>