Shades of Seagull #63C5CE
Tints of Seagull #63C5CE
RGB
CMYK
RGB Variations
Color information
#63C5CE (or 0x63C5CE) is known color: Seagull. HEX triplet: 63, C5 and CE. RGB value is (99,197,206). Sum of RGB (Red+Green+Blue) = 99+197+206=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #63C5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C5CE is #9C3A31. Grayscale: #A8A8A8. Windows color (decimal): -10238514 or 13550947. OLE color: 13550947.
HSL color Cylindrical-coordinate representation of color #63C5CE: hue angle of 185.05º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63C5CE is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 197 | 206 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.19 |
| HSL | 185.05º | 0.52% | 0.6% | - |
| HSV(B) | 185.05º | 0.52% | 0.81% | - |
| XYZ | 36.25 | 47.04 | 65.56 | - |
| YUV | 168.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 197 | 206 | 0.52 | 0.04 | 0 | 0.19 | 185.05 | 0.52 | 0.6 |
| Hex | 63 | C5 | CE | 34 | 4 | 0 | 13 | B9 | 34 | 3C |
| Octal | 143 | 305 | 316 | 64 | 4 | 0 | 23 | 271 | 64 | 74 |
| Binary | 1100011 | 11000101 | 11001110 | 110100 | 100 | 0 | 10011 | 10111001 | 110100 | 111100 |
Color Harmonies of #63C5CE
Complementary color
Monochromatic Colors of #63C5CE
Black with #63C5CE
Text Example
Text Example
White with #63C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C5CE; }
p { color: rgb(99,197,206); }
H1.HeaderClassName
{
color: #63C5CE;
}
.AnyTagClassName
{
color: #63C5CE;
}
</style>
background-color css
<style>
a { background-color: #63C5CE; }
a { background-color: rgb(99,197,206); }
div.DivClassName
{
background-color: #63C5CE;
}
.BgClassName
{
background-color: #63C5CE;
}
</style>
border-color css
<style>
span { border-color: #63C5CE; }
span { border-color: rgb(99,197,206); }
td.TdClassName
{
border-color: #63C5CE;
}
.TagClassName
{
border-color: #63C5CE;
}
</style>