Shades of Glacier #75A6C4
Tints of Glacier #75A6C4
RGB
CMYK
RGB Variations
Color information
#75A6C4 (or 0x75A6C4) is known color: Glacier. HEX triplet: 75, A6 and C4. RGB value is (117,166,196). Sum of RGB (Red+Green+Blue) = 117+166+196=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #75A6C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A6C4 is #8A593B. Grayscale: #9A9A9A. Windows color (decimal): -9066812 or 12887669. OLE color: 12887669.
HSL color Cylindrical-coordinate representation of color #75A6C4: hue angle of 202.78º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75A6C4 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 166 | 196 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.23 |
| HSL | 202.78º | 0.4% | 0.61% | - |
| HSV(B) | 202.78º | 0.4% | 0.77% | - |
| XYZ | 30.94 | 35.04 | 57.36 | - |
| YUV | 154.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 196 | 0.40 | 0.15 | 0 | 0.23 | 202.78 | 0.4 | 0.61 |
| Hex | 75 | A6 | C4 | 28 | F | 0 | 17 | CB | 28 | 3D |
| Octal | 165 | 246 | 304 | 50 | 17 | 0 | 27 | 313 | 50 | 75 |
| Binary | 1110101 | 10100110 | 11000100 | 101000 | 1111 | 0 | 10111 | 11001011 | 101000 | 111101 |
Color Harmonies of #75A6C4
Complementary color
Monochromatic Colors of #75A6C4
Black with #75A6C4
Text Example
Text Example
White with #75A6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A6C4; }
p { color: rgb(117,166,196); }
H1.HeaderClassName
{
color: #75A6C4;
}
.AnyTagClassName
{
color: #75A6C4;
}
</style>
background-color css
<style>
a { background-color: #75A6C4; }
a { background-color: rgb(117,166,196); }
div.DivClassName
{
background-color: #75A6C4;
}
.BgClassName
{
background-color: #75A6C4;
}
</style>
border-color css
<style>
span { border-color: #75A6C4; }
span { border-color: rgb(117,166,196); }
td.TdClassName
{
border-color: #75A6C4;
}
.TagClassName
{
border-color: #75A6C4;
}
</style>