Shades of Glacier #74B6C7
Tints of Glacier #74B6C7
RGB
CMYK
RGB Variations
Color information
#74B6C7 (or 0x74B6C7) is known color: Glacier. HEX triplet: 74, B6 and C7. RGB value is (116,182,199). Sum of RGB (Red+Green+Blue) = 116+182+199=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 199 - color contains mainly: blue. Hex color #74B6C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B6C7 is #8B4938. Grayscale: #A4A4A4. Windows color (decimal): -9128249 or 13088372. OLE color: 13088372.
HSL color Cylindrical-coordinate representation of color #74B6C7: hue angle of 192.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74B6C7 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 182 | 199 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.22 |
| HSL | 192.29º | 0.43% | 0.62% | - |
| HSV(B) | 192.29º | 0.42% | 0.78% | - |
| XYZ | 34.24 | 41.29 | 60.2 | - |
| YUV | 164.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 199 | 0.42 | 0.09 | 0 | 0.22 | 192.29 | 0.43 | 0.62 |
| Hex | 74 | B6 | C7 | 2A | 9 | 0 | 16 | C0 | 2B | 3E |
| Octal | 164 | 266 | 307 | 52 | 11 | 0 | 26 | 300 | 53 | 76 |
| Binary | 1110100 | 10110110 | 11000111 | 101010 | 1001 | 0 | 10110 | 11000000 | 101011 | 111110 |
Color Harmonies of #74B6C7
Complementary color
Monochromatic Colors of #74B6C7
Black with #74B6C7
Text Example
Text Example
White with #74B6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B6C7; }
p { color: rgb(116,182,199); }
H1.HeaderClassName
{
color: #74B6C7;
}
.AnyTagClassName
{
color: #74B6C7;
}
</style>
background-color css
<style>
a { background-color: #74B6C7; }
a { background-color: rgb(116,182,199); }
div.DivClassName
{
background-color: #74B6C7;
}
.BgClassName
{
background-color: #74B6C7;
}
</style>
border-color css
<style>
span { border-color: #74B6C7; }
span { border-color: rgb(116,182,199); }
td.TdClassName
{
border-color: #74B6C7;
}
.TagClassName
{
border-color: #74B6C7;
}
</style>