Shades of Glacier #67BFC7
Tints of Glacier #67BFC7
RGB
CMYK
RGB Variations
Color information
#67BFC7 (or 0x67BFC7) is known color: Glacier. HEX triplet: 67, BF and C7. RGB value is (103,191,199). Sum of RGB (Red+Green+Blue) = 103+191+199=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #67BFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFC7 is #984038. Grayscale: #A5A5A5. Windows color (decimal): -9977913 or 13090663. OLE color: 13090663.
HSL color Cylindrical-coordinate representation of color #67BFC7: hue angle of 185º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67BFC7 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 191 | 199 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.22 |
| HSL | 185º | 0.46% | 0.59% | - |
| HSV(B) | 185º | 0.48% | 0.78% | - |
| XYZ | 34.53 | 44.27 | 60.76 | - |
| YUV | 165.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 199 | 0.48 | 0.04 | 0 | 0.22 | 185 | 0.46 | 0.59 |
| Hex | 67 | BF | C7 | 30 | 4 | 0 | 16 | B9 | 2E | 3B |
| Octal | 147 | 277 | 307 | 60 | 4 | 0 | 26 | 271 | 56 | 73 |
| Binary | 1100111 | 10111111 | 11000111 | 110000 | 100 | 0 | 10110 | 10111001 | 101110 | 111011 |
Color Harmonies of #67BFC7
Complementary color
Monochromatic Colors of #67BFC7
Black with #67BFC7
Text Example
Text Example
White with #67BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFC7; }
p { color: rgb(103,191,199); }
H1.HeaderClassName
{
color: #67BFC7;
}
.AnyTagClassName
{
color: #67BFC7;
}
</style>
background-color css
<style>
a { background-color: #67BFC7; }
a { background-color: rgb(103,191,199); }
div.DivClassName
{
background-color: #67BFC7;
}
.BgClassName
{
background-color: #67BFC7;
}
</style>
border-color css
<style>
span { border-color: #67BFC7; }
span { border-color: rgb(103,191,199); }
td.TdClassName
{
border-color: #67BFC7;
}
.TagClassName
{
border-color: #67BFC7;
}
</style>