Shades of Glacier #67ADC2
Tints of Glacier #67ADC2
RGB
CMYK
RGB Variations
Color information
#67ADC2 (or 0x67ADC2) is known color: Glacier. HEX triplet: 67, AD and C2. RGB value is (103,173,194). Sum of RGB (Red+Green+Blue) = 103+173+194=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #67ADC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADC2 is #98523D. Grayscale: #9A9A9A. Windows color (decimal): -9982526 or 12758375. OLE color: 12758375.
HSL color Cylindrical-coordinate representation of color #67ADC2: hue angle of 193.85º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67ADC2 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 173 | 194 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.24 |
| HSL | 193.85º | 0.43% | 0.58% | - |
| HSV(B) | 193.85º | 0.47% | 0.76% | - |
| XYZ | 30.27 | 36.67 | 56.52 | - |
| YUV | 154.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 194 | 0.47 | 0.11 | 0 | 0.24 | 193.85 | 0.43 | 0.58 |
| Hex | 67 | AD | C2 | 2F | B | 0 | 18 | C2 | 2B | 3A |
| Octal | 147 | 255 | 302 | 57 | 13 | 0 | 30 | 302 | 53 | 72 |
| Binary | 1100111 | 10101101 | 11000010 | 101111 | 1011 | 0 | 11000 | 11000010 | 101011 | 111010 |
Color Harmonies of #67ADC2
Complementary color
Monochromatic Colors of #67ADC2
Black with #67ADC2
Text Example
Text Example
White with #67ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADC2; }
p { color: rgb(103,173,194); }
H1.HeaderClassName
{
color: #67ADC2;
}
.AnyTagClassName
{
color: #67ADC2;
}
</style>
background-color css
<style>
a { background-color: #67ADC2; }
a { background-color: rgb(103,173,194); }
div.DivClassName
{
background-color: #67ADC2;
}
.BgClassName
{
background-color: #67ADC2;
}
</style>
border-color css
<style>
span { border-color: #67ADC2; }
span { border-color: rgb(103,173,194); }
td.TdClassName
{
border-color: #67ADC2;
}
.TagClassName
{
border-color: #67ADC2;
}
</style>