Shades of Glacier #63ADC3
Tints of Glacier #63ADC3
RGB
CMYK
RGB Variations
Color information
#63ADC3 (or 0x63ADC3) is known color: Glacier. HEX triplet: 63, AD and C3. RGB value is (99,173,195). Sum of RGB (Red+Green+Blue) = 99+173+195=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #63ADC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADC3 is #9C523C. Grayscale: #999999. Windows color (decimal): -10244669 or 12823907. OLE color: 12823907.
HSL color Cylindrical-coordinate representation of color #63ADC3: hue angle of 193.75º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63ADC3 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 173 | 195 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.24 |
| HSL | 193.75º | 0.44% | 0.58% | - |
| HSV(B) | 193.75º | 0.49% | 0.76% | - |
| XYZ | 29.94 | 36.48 | 57.09 | - |
| YUV | 153.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 195 | 0.49 | 0.11 | 0 | 0.24 | 193.75 | 0.44 | 0.58 |
| Hex | 63 | AD | C3 | 31 | B | 0 | 18 | C2 | 2C | 3A |
| Octal | 143 | 255 | 303 | 61 | 13 | 0 | 30 | 302 | 54 | 72 |
| Binary | 1100011 | 10101101 | 11000011 | 110001 | 1011 | 0 | 11000 | 11000010 | 101100 | 111010 |
Color Harmonies of #63ADC3
Complementary color
Monochromatic Colors of #63ADC3
Black with #63ADC3
Text Example
Text Example
White with #63ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADC3; }
p { color: rgb(99,173,195); }
H1.HeaderClassName
{
color: #63ADC3;
}
.AnyTagClassName
{
color: #63ADC3;
}
</style>
background-color css
<style>
a { background-color: #63ADC3; }
a { background-color: rgb(99,173,195); }
div.DivClassName
{
background-color: #63ADC3;
}
.BgClassName
{
background-color: #63ADC3;
}
</style>
border-color css
<style>
span { border-color: #63ADC3; }
span { border-color: rgb(99,173,195); }
td.TdClassName
{
border-color: #63ADC3;
}
.TagClassName
{
border-color: #63ADC3;
}
</style>