Shades of Glacier #7BAFC5
Tints of Glacier #7BAFC5
RGB
CMYK
RGB Variations
Color information
#7BAFC5 (or 0x7BAFC5) is known color: Glacier. HEX triplet: 7B, AF and C5. RGB value is (123,175,197). Sum of RGB (Red+Green+Blue) = 123+175+197=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 197 - color contains mainly: blue. Hex color #7BAFC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFC5 is #84503A. Grayscale: #A1A1A1. Windows color (decimal): -8671291 or 12955515. OLE color: 12955515.
HSL color Cylindrical-coordinate representation of color #7BAFC5: hue angle of 197.84º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BAFC5 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 175 | 197 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.23 |
| HSL | 197.84º | 0.39% | 0.63% | - |
| HSV(B) | 197.84º | 0.38% | 0.77% | - |
| XYZ | 33.58 | 38.9 | 58.56 | - |
| YUV | 161.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 197 | 0.38 | 0.11 | 0 | 0.23 | 197.84 | 0.39 | 0.63 |
| Hex | 7B | AF | C5 | 26 | B | 0 | 17 | C6 | 27 | 3F |
| Octal | 173 | 257 | 305 | 46 | 13 | 0 | 27 | 306 | 47 | 77 |
| Binary | 1111011 | 10101111 | 11000101 | 100110 | 1011 | 0 | 10111 | 11000110 | 100111 | 111111 |
Color Harmonies of #7BAFC5
Complementary color
Monochromatic Colors of #7BAFC5
Black with #7BAFC5
Text Example
Text Example
White with #7BAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFC5; }
p { color: rgb(123,175,197); }
H1.HeaderClassName
{
color: #7BAFC5;
}
.AnyTagClassName
{
color: #7BAFC5;
}
</style>
background-color css
<style>
a { background-color: #7BAFC5; }
a { background-color: rgb(123,175,197); }
div.DivClassName
{
background-color: #7BAFC5;
}
.BgClassName
{
background-color: #7BAFC5;
}
</style>
border-color css
<style>
span { border-color: #7BAFC5; }
span { border-color: rgb(123,175,197); }
td.TdClassName
{
border-color: #7BAFC5;
}
.TagClassName
{
border-color: #7BAFC5;
}
</style>