Shades of Glacier #67BAC5
Tints of Glacier #67BAC5
RGB
CMYK
RGB Variations
Color information
#67BAC5 (or 0x67BAC5) is known color: Glacier. HEX triplet: 67, BA and C5. RGB value is (103,186,197). Sum of RGB (Red+Green+Blue) = 103+186+197=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #67BAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BAC5 is #98453A. Grayscale: #A2A2A2. Windows color (decimal): -9979195 or 12958311. OLE color: 12958311.
HSL color Cylindrical-coordinate representation of color #67BAC5: hue angle of 187.02º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67BAC5 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 186 | 197 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.23 |
| HSL | 187.02º | 0.45% | 0.59% | - |
| HSV(B) | 187.02º | 0.48% | 0.77% | - |
| XYZ | 33.23 | 42.03 | 59.19 | - |
| YUV | 162.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 197 | 0.48 | 0.06 | 0 | 0.23 | 187.02 | 0.45 | 0.59 |
| Hex | 67 | BA | C5 | 30 | 6 | 0 | 17 | BB | 2D | 3B |
| Octal | 147 | 272 | 305 | 60 | 6 | 0 | 27 | 273 | 55 | 73 |
| Binary | 1100111 | 10111010 | 11000101 | 110000 | 110 | 0 | 10111 | 10111011 | 101101 | 111011 |
Color Harmonies of #67BAC5
Complementary color
Monochromatic Colors of #67BAC5
Black with #67BAC5
Text Example
Text Example
White with #67BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BAC5; }
p { color: rgb(103,186,197); }
H1.HeaderClassName
{
color: #67BAC5;
}
.AnyTagClassName
{
color: #67BAC5;
}
</style>
background-color css
<style>
a { background-color: #67BAC5; }
a { background-color: rgb(103,186,197); }
div.DivClassName
{
background-color: #67BAC5;
}
.BgClassName
{
background-color: #67BAC5;
}
</style>
border-color css
<style>
span { border-color: #67BAC5; }
span { border-color: rgb(103,186,197); }
td.TdClassName
{
border-color: #67BAC5;
}
.TagClassName
{
border-color: #67BAC5;
}
</style>