Shades of Seagull #63B9CB
Tints of Seagull #63B9CB
RGB
CMYK
RGB Variations
Color information
#63B9CB (or 0x63B9CB) is known color: Seagull. HEX triplet: 63, B9 and CB. RGB value is (99,185,203). Sum of RGB (Red+Green+Blue) = 99+185+203=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #63B9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B9CB is #9C4634. Grayscale: #A1A1A1. Windows color (decimal): -10241589 or 13351267. OLE color: 13351267.
HSL color Cylindrical-coordinate representation of color #63B9CB: hue angle of 190.38º 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 #63B9CB is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 185 | 203 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.20 |
| HSL | 190.38º | 0.5% | 0.59% | - |
| HSV(B) | 190.38º | 0.51% | 0.8% | - |
| XYZ | 33.27 | 41.66 | 62.79 | - |
| YUV | 161.34 | 151.51 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 185 | 203 | 0.51 | 0.09 | 0 | 0.20 | 190.38 | 0.5 | 0.59 |
| Hex | 63 | B9 | CB | 33 | 9 | 0 | 14 | BE | 32 | 3B |
| Octal | 143 | 271 | 313 | 63 | 11 | 0 | 24 | 276 | 62 | 73 |
| Binary | 1100011 | 10111001 | 11001011 | 110011 | 1001 | 0 | 10100 | 10111110 | 110010 | 111011 |
Color Harmonies of #63B9CB
Complementary color
Monochromatic Colors of #63B9CB
Black with #63B9CB
Text Example
Text Example
White with #63B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B9CB; }
p { color: rgb(99,185,203); }
H1.HeaderClassName
{
color: #63B9CB;
}
.AnyTagClassName
{
color: #63B9CB;
}
</style>
background-color css
<style>
a { background-color: #63B9CB; }
a { background-color: rgb(99,185,203); }
div.DivClassName
{
background-color: #63B9CB;
}
.BgClassName
{
background-color: #63B9CB;
}
</style>
border-color css
<style>
span { border-color: #63B9CB; }
span { border-color: rgb(99,185,203); }
td.TdClassName
{
border-color: #63B9CB;
}
.TagClassName
{
border-color: #63B9CB;
}
</style>