Shades of Seagull #63BBCB
Tints of Seagull #63BBCB
RGB
CMYK
RGB Variations
Color information
#63BBCB (or 0x63BBCB) is known color: Seagull. HEX triplet: 63, BB and CB. RGB value is (99,187,203). Sum of RGB (Red+Green+Blue) = 99+187+203=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #63BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBCB is #9C4434. Grayscale: #A2A2A2. Windows color (decimal): -10241077 or 13351779. OLE color: 13351779.
HSL color Cylindrical-coordinate representation of color #63BBCB: hue angle of 189.23º degrees, saturation: 0.5, 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 #63BBCB is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 187 | 203 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.20 |
| HSL | 189.23º | 0.5% | 0.59% | - |
| HSV(B) | 189.23º | 0.51% | 0.8% | - |
| XYZ | 33.7 | 42.51 | 62.93 | - |
| YUV | 162.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 187 | 203 | 0.51 | 0.08 | 0 | 0.20 | 189.23 | 0.5 | 0.59 |
| Hex | 63 | BB | CB | 33 | 8 | 0 | 14 | BD | 32 | 3B |
| Octal | 143 | 273 | 313 | 63 | 10 | 0 | 24 | 275 | 62 | 73 |
| Binary | 1100011 | 10111011 | 11001011 | 110011 | 1000 | 0 | 10100 | 10111101 | 110010 | 111011 |
Color Harmonies of #63BBCB
Complementary color
Monochromatic Colors of #63BBCB
Black with #63BBCB
Text Example
Text Example
White with #63BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BBCB; }
p { color: rgb(99,187,203); }
H1.HeaderClassName
{
color: #63BBCB;
}
.AnyTagClassName
{
color: #63BBCB;
}
</style>
background-color css
<style>
a { background-color: #63BBCB; }
a { background-color: rgb(99,187,203); }
div.DivClassName
{
background-color: #63BBCB;
}
.BgClassName
{
background-color: #63BBCB;
}
</style>
border-color css
<style>
span { border-color: #63BBCB; }
span { border-color: rgb(99,187,203); }
td.TdClassName
{
border-color: #63BBCB;
}
.TagClassName
{
border-color: #63BBCB;
}
</style>