Shades of Seagull #63BCCC
Tints of Seagull #63BCCC
RGB
CMYK
RGB Variations
Color information
#63BCCC (or 0x63BCCC) is known color: Seagull. HEX triplet: 63, BC and CC. RGB value is (99,188,204). Sum of RGB (Red+Green+Blue) = 99+188+204=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #63BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCCC is #9C4333. Grayscale: #A3A3A3. Windows color (decimal): -10240820 or 13417571. OLE color: 13417571.
HSL color Cylindrical-coordinate representation of color #63BCCC: hue angle of 189.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63BCCC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 188 | 204 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.2 |
| HSL | 189.14º | 0.51% | 0.59% | - |
| HSV(B) | 189.14º | 0.51% | 0.8% | - |
| XYZ | 34.03 | 42.98 | 63.63 | - |
| YUV | 163.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 204 | 0.51 | 0.08 | 0 | 0.2 | 189.14 | 0.51 | 0.59 |
| Hex | 63 | BC | CC | 33 | 8 | 0 | 14 | BD | 33 | 3B |
| Octal | 143 | 274 | 314 | 63 | 10 | 0 | 24 | 275 | 63 | 73 |
| Binary | 1100011 | 10111100 | 11001100 | 110011 | 1000 | 0 | 10100 | 10111101 | 110011 | 111011 |
Color Harmonies of #63BCCC
Complementary color
Monochromatic Colors of #63BCCC
Black with #63BCCC
Text Example
Text Example
White with #63BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCCC; }
p { color: rgb(99,188,204); }
H1.HeaderClassName
{
color: #63BCCC;
}
.AnyTagClassName
{
color: #63BCCC;
}
</style>
background-color css
<style>
a { background-color: #63BCCC; }
a { background-color: rgb(99,188,204); }
div.DivClassName
{
background-color: #63BCCC;
}
.BgClassName
{
background-color: #63BCCC;
}
</style>
border-color css
<style>
span { border-color: #63BCCC; }
span { border-color: rgb(99,188,204); }
td.TdClassName
{
border-color: #63BCCC;
}
.TagClassName
{
border-color: #63BCCC;
}
</style>