Shades of Glacier #67B5C3
Tints of Glacier #67B5C3
RGB
CMYK
RGB Variations
Color information
#67B5C3 (or 0x67B5C3) is known color: Glacier. HEX triplet: 67, B5 and C3. RGB value is (103,181,195). Sum of RGB (Red+Green+Blue) = 103+181+195=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #67B5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5C3 is #984A3C. Grayscale: #9F9F9F. Windows color (decimal): -9980477 or 12825959. OLE color: 12825959.
HSL color Cylindrical-coordinate representation of color #67B5C3: hue angle of 189.13º 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 #67B5C3 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 181 | 195 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.24 |
| HSL | 189.13º | 0.43% | 0.58% | - |
| HSV(B) | 189.13º | 0.47% | 0.76% | - |
| XYZ | 31.97 | 39.87 | 57.64 | - |
| YUV | 159.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 181 | 195 | 0.47 | 0.07 | 0 | 0.24 | 189.13 | 0.43 | 0.58 |
| Hex | 67 | B5 | C3 | 2F | 7 | 0 | 18 | BD | 2B | 3A |
| Octal | 147 | 265 | 303 | 57 | 7 | 0 | 30 | 275 | 53 | 72 |
| Binary | 1100111 | 10110101 | 11000011 | 101111 | 111 | 0 | 11000 | 10111101 | 101011 | 111010 |
Color Harmonies of #67B5C3
Complementary color
Monochromatic Colors of #67B5C3
Black with #67B5C3
Text Example
Text Example
White with #67B5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B5C3; }
p { color: rgb(103,181,195); }
H1.HeaderClassName
{
color: #67B5C3;
}
.AnyTagClassName
{
color: #67B5C3;
}
</style>
background-color css
<style>
a { background-color: #67B5C3; }
a { background-color: rgb(103,181,195); }
div.DivClassName
{
background-color: #67B5C3;
}
.BgClassName
{
background-color: #67B5C3;
}
</style>
border-color css
<style>
span { border-color: #67B5C3; }
span { border-color: rgb(103,181,195); }
td.TdClassName
{
border-color: #67B5C3;
}
.TagClassName
{
border-color: #67B5C3;
}
</style>