Shades of Glacier #74BDC2
Tints of Glacier #74BDC2
RGB
CMYK
RGB Variations
Color information
#74BDC2 (or 0x74BDC2) is known color: Glacier. HEX triplet: 74, BD and C2. RGB value is (116,189,194). Sum of RGB (Red+Green+Blue) = 116+189+194=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #74BDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDC2 is #8B423D. Grayscale: #A7A7A7. Windows color (decimal): -9126462 or 12762484. OLE color: 12762484.
HSL color Cylindrical-coordinate representation of color #74BDC2: hue angle of 183.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74BDC2 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 189 | 194 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.24 |
| HSL | 183.85º | 0.39% | 0.61% | - |
| HSV(B) | 183.85º | 0.4% | 0.76% | - |
| XYZ | 35.14 | 44 | 57.68 | - |
| YUV | 167.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 194 | 0.40 | 0.03 | 0 | 0.24 | 183.85 | 0.39 | 0.61 |
| Hex | 74 | BD | C2 | 28 | 3 | 0 | 18 | B8 | 27 | 3D |
| Octal | 164 | 275 | 302 | 50 | 3 | 0 | 30 | 270 | 47 | 75 |
| Binary | 1110100 | 10111101 | 11000010 | 101000 | 11 | 0 | 11000 | 10111000 | 100111 | 111101 |
Color Harmonies of #74BDC2
Complementary color
Monochromatic Colors of #74BDC2
Black with #74BDC2
Text Example
Text Example
White with #74BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BDC2; }
p { color: rgb(116,189,194); }
H1.HeaderClassName
{
color: #74BDC2;
}
.AnyTagClassName
{
color: #74BDC2;
}
</style>
background-color css
<style>
a { background-color: #74BDC2; }
a { background-color: rgb(116,189,194); }
div.DivClassName
{
background-color: #74BDC2;
}
.BgClassName
{
background-color: #74BDC2;
}
</style>
border-color css
<style>
span { border-color: #74BDC2; }
span { border-color: rgb(116,189,194); }
td.TdClassName
{
border-color: #74BDC2;
}
.TagClassName
{
border-color: #74BDC2;
}
</style>