Shades of Glacier #67BAC3
Tints of Glacier #67BAC3
RGB
CMYK
RGB Variations
Color information
#67BAC3 (or 0x67BAC3) is known color: Glacier. HEX triplet: 67, BA and C3. RGB value is (103,186,195). Sum of RGB (Red+Green+Blue) = 103+186+195=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #67BAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BAC3 is #98453C. Grayscale: #A2A2A2. Windows color (decimal): -9979197 or 12827239. OLE color: 12827239.
HSL color Cylindrical-coordinate representation of color #67BAC3: hue angle of 185.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67BAC3 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 186 | 195 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.24 |
| HSL | 185.87º | 0.43% | 0.58% | - |
| HSV(B) | 185.87º | 0.47% | 0.76% | - |
| XYZ | 33 | 41.94 | 57.99 | - |
| YUV | 162.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 195 | 0.47 | 0.05 | 0 | 0.24 | 185.87 | 0.43 | 0.58 |
| Hex | 67 | BA | C3 | 2F | 5 | 0 | 18 | BA | 2B | 3A |
| Octal | 147 | 272 | 303 | 57 | 5 | 0 | 30 | 272 | 53 | 72 |
| Binary | 1100111 | 10111010 | 11000011 | 101111 | 101 | 0 | 11000 | 10111010 | 101011 | 111010 |
Color Harmonies of #67BAC3
Complementary color
Monochromatic Colors of #67BAC3
Black with #67BAC3
Text Example
Text Example
White with #67BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BAC3; }
p { color: rgb(103,186,195); }
H1.HeaderClassName
{
color: #67BAC3;
}
.AnyTagClassName
{
color: #67BAC3;
}
</style>
background-color css
<style>
a { background-color: #67BAC3; }
a { background-color: rgb(103,186,195); }
div.DivClassName
{
background-color: #67BAC3;
}
.BgClassName
{
background-color: #67BAC3;
}
</style>
border-color css
<style>
span { border-color: #67BAC3; }
span { border-color: rgb(103,186,195); }
td.TdClassName
{
border-color: #67BAC3;
}
.TagClassName
{
border-color: #67BAC3;
}
</style>