Shades of Glacier #67BCC7
Tints of Glacier #67BCC7
RGB
CMYK
RGB Variations
Color information
#67BCC7 (or 0x67BCC7) is known color: Glacier. HEX triplet: 67, BC and C7. RGB value is (103,188,199). Sum of RGB (Red+Green+Blue) = 103+188+199=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #67BCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCC7 is #984338. Grayscale: #A3A3A3. Windows color (decimal): -9978681 or 13089895. OLE color: 13089895.
HSL color Cylindrical-coordinate representation of color #67BCC7: hue angle of 186.88º 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 #67BCC7 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 188 | 199 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.22 |
| HSL | 186.88º | 0.46% | 0.59% | - |
| HSV(B) | 186.88º | 0.48% | 0.78% | - |
| XYZ | 33.89 | 42.97 | 60.54 | - |
| YUV | 163.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 199 | 0.48 | 0.06 | 0 | 0.22 | 186.88 | 0.46 | 0.59 |
| Hex | 67 | BC | C7 | 30 | 6 | 0 | 16 | BB | 2E | 3B |
| Octal | 147 | 274 | 307 | 60 | 6 | 0 | 26 | 273 | 56 | 73 |
| Binary | 1100111 | 10111100 | 11000111 | 110000 | 110 | 0 | 10110 | 10111011 | 101110 | 111011 |
Color Harmonies of #67BCC7
Complementary color
Monochromatic Colors of #67BCC7
Black with #67BCC7
Text Example
Text Example
White with #67BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCC7; }
p { color: rgb(103,188,199); }
H1.HeaderClassName
{
color: #67BCC7;
}
.AnyTagClassName
{
color: #67BCC7;
}
</style>
background-color css
<style>
a { background-color: #67BCC7; }
a { background-color: rgb(103,188,199); }
div.DivClassName
{
background-color: #67BCC7;
}
.BgClassName
{
background-color: #67BCC7;
}
</style>
border-color css
<style>
span { border-color: #67BCC7; }
span { border-color: rgb(103,188,199); }
td.TdClassName
{
border-color: #67BCC7;
}
.TagClassName
{
border-color: #67BCC7;
}
</style>