Shades of Seagull #63C1CE
Tints of Seagull #63C1CE
RGB
CMYK
RGB Variations
Color information
#63C1CE (or 0x63C1CE) is known color: Seagull. HEX triplet: 63, C1 and CE. RGB value is (99,193,206). Sum of RGB (Red+Green+Blue) = 99+193+206=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #63C1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C1CE is #9C3E31. Grayscale: #A6A6A6. Windows color (decimal): -10239538 or 13549923. OLE color: 13549923.
HSL color Cylindrical-coordinate representation of color #63C1CE: hue angle of 187.29º 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 #63C1CE is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 193 | 206 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.19 |
| HSL | 187.29º | 0.52% | 0.6% | - |
| HSV(B) | 187.29º | 0.52% | 0.81% | - |
| XYZ | 35.36 | 45.25 | 65.26 | - |
| YUV | 166.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 193 | 206 | 0.52 | 0.06 | 0 | 0.19 | 187.29 | 0.52 | 0.6 |
| Hex | 63 | C1 | CE | 34 | 6 | 0 | 13 | BB | 34 | 3C |
| Octal | 143 | 301 | 316 | 64 | 6 | 0 | 23 | 273 | 64 | 74 |
| Binary | 1100011 | 11000001 | 11001110 | 110100 | 110 | 0 | 10011 | 10111011 | 110100 | 111100 |
Color Harmonies of #63C1CE
Complementary color
Monochromatic Colors of #63C1CE
Black with #63C1CE
Text Example
Text Example
White with #63C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C1CE; }
p { color: rgb(99,193,206); }
H1.HeaderClassName
{
color: #63C1CE;
}
.AnyTagClassName
{
color: #63C1CE;
}
</style>
background-color css
<style>
a { background-color: #63C1CE; }
a { background-color: rgb(99,193,206); }
div.DivClassName
{
background-color: #63C1CE;
}
.BgClassName
{
background-color: #63C1CE;
}
</style>
border-color css
<style>
span { border-color: #63C1CE; }
span { border-color: rgb(99,193,206); }
td.TdClassName
{
border-color: #63C1CE;
}
.TagClassName
{
border-color: #63C1CE;
}
</style>