Shades of Glacier #7BA9C3
Tints of Glacier #7BA9C3
RGB
CMYK
RGB Variations
Color information
#7BA9C3 (or 0x7BA9C3) is known color: Glacier. HEX triplet: 7B, A9 and C3. RGB value is (123,169,195). Sum of RGB (Red+Green+Blue) = 123+169+195=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #7BA9C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA9C3 is #84563C. Grayscale: #9E9E9E. Windows color (decimal): -8672829 or 12822907. OLE color: 12822907.
HSL color Cylindrical-coordinate representation of color #7BA9C3: hue angle of 201.67º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BA9C3 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 169 | 195 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.24 |
| HSL | 201.67º | 0.38% | 0.62% | - |
| HSV(B) | 201.67º | 0.37% | 0.76% | - |
| XYZ | 32.21 | 36.53 | 56.98 | - |
| YUV | 158.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 195 | 0.37 | 0.13 | 0 | 0.24 | 201.67 | 0.38 | 0.62 |
| Hex | 7B | A9 | C3 | 25 | D | 0 | 18 | CA | 26 | 3E |
| Octal | 173 | 251 | 303 | 45 | 15 | 0 | 30 | 312 | 46 | 76 |
| Binary | 1111011 | 10101001 | 11000011 | 100101 | 1101 | 0 | 11000 | 11001010 | 100110 | 111110 |
Color Harmonies of #7BA9C3
Complementary color
Monochromatic Colors of #7BA9C3
Black with #7BA9C3
Text Example
Text Example
White with #7BA9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA9C3; }
p { color: rgb(123,169,195); }
H1.HeaderClassName
{
color: #7BA9C3;
}
.AnyTagClassName
{
color: #7BA9C3;
}
</style>
background-color css
<style>
a { background-color: #7BA9C3; }
a { background-color: rgb(123,169,195); }
div.DivClassName
{
background-color: #7BA9C3;
}
.BgClassName
{
background-color: #7BA9C3;
}
</style>
border-color css
<style>
span { border-color: #7BA9C3; }
span { border-color: rgb(123,169,195); }
td.TdClassName
{
border-color: #7BA9C3;
}
.TagClassName
{
border-color: #7BA9C3;
}
</style>