Shades of Seagull #63C5CD
Tints of Seagull #63C5CD
RGB
CMYK
RGB Variations
Color information
#63C5CD (or 0x63C5CD) is known color: Seagull. HEX triplet: 63, C5 and CD. RGB value is (99,197,205). Sum of RGB (Red+Green+Blue) = 99+197+205=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #63C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C5CD is #9C3A32. Grayscale: #A8A8A8. Windows color (decimal): -10238515 or 13485411. OLE color: 13485411.
HSL color Cylindrical-coordinate representation of color #63C5CD: hue angle of 184.53º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63C5CD is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 197 | 205 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.20 |
| HSL | 184.53º | 0.51% | 0.6% | - |
| HSV(B) | 184.53º | 0.52% | 0.8% | - |
| XYZ | 36.13 | 46.99 | 64.92 | - |
| YUV | 168.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 197 | 205 | 0.52 | 0.04 | 0 | 0.20 | 184.53 | 0.51 | 0.6 |
| Hex | 63 | C5 | CD | 34 | 4 | 0 | 14 | B9 | 33 | 3C |
| Octal | 143 | 305 | 315 | 64 | 4 | 0 | 24 | 271 | 63 | 74 |
| Binary | 1100011 | 11000101 | 11001101 | 110100 | 100 | 0 | 10100 | 10111001 | 110011 | 111100 |
Color Harmonies of #63C5CD
Complementary color
Monochromatic Colors of #63C5CD
Black with #63C5CD
Text Example
Text Example
White with #63C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C5CD; }
p { color: rgb(99,197,205); }
H1.HeaderClassName
{
color: #63C5CD;
}
.AnyTagClassName
{
color: #63C5CD;
}
</style>
background-color css
<style>
a { background-color: #63C5CD; }
a { background-color: rgb(99,197,205); }
div.DivClassName
{
background-color: #63C5CD;
}
.BgClassName
{
background-color: #63C5CD;
}
</style>
border-color css
<style>
span { border-color: #63C5CD; }
span { border-color: rgb(99,197,205); }
td.TdClassName
{
border-color: #63C5CD;
}
.TagClassName
{
border-color: #63C5CD;
}
</style>