Shades of Seagull #63BCCE
Tints of Seagull #63BCCE
RGB
CMYK
RGB Variations
Color information
#63BCCE (or 0x63BCCE) is known color: Seagull. HEX triplet: 63, BC and CE. RGB value is (99,188,206). Sum of RGB (Red+Green+Blue) = 99+188+206=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #63BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCCE is #9C4331. Grayscale: #A3A3A3. Windows color (decimal): -10240818 or 13548643. OLE color: 13548643.
HSL color Cylindrical-coordinate representation of color #63BCCE: hue angle of 190.09º 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 #63BCCE is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 188 | 206 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.19 |
| HSL | 190.09º | 0.52% | 0.6% | - |
| HSV(B) | 190.09º | 0.52% | 0.81% | - |
| XYZ | 34.27 | 43.08 | 64.9 | - |
| YUV | 163.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 206 | 0.52 | 0.09 | 0 | 0.19 | 190.09 | 0.52 | 0.6 |
| Hex | 63 | BC | CE | 34 | 9 | 0 | 13 | BE | 34 | 3C |
| Octal | 143 | 274 | 316 | 64 | 11 | 0 | 23 | 276 | 64 | 74 |
| Binary | 1100011 | 10111100 | 11001110 | 110100 | 1001 | 0 | 10011 | 10111110 | 110100 | 111100 |
Color Harmonies of #63BCCE
Complementary color
Monochromatic Colors of #63BCCE
Black with #63BCCE
Text Example
Text Example
White with #63BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCCE; }
p { color: rgb(99,188,206); }
H1.HeaderClassName
{
color: #63BCCE;
}
.AnyTagClassName
{
color: #63BCCE;
}
</style>
background-color css
<style>
a { background-color: #63BCCE; }
a { background-color: rgb(99,188,206); }
div.DivClassName
{
background-color: #63BCCE;
}
.BgClassName
{
background-color: #63BCCE;
}
</style>
border-color css
<style>
span { border-color: #63BCCE; }
span { border-color: rgb(99,188,206); }
td.TdClassName
{
border-color: #63BCCE;
}
.TagClassName
{
border-color: #63BCCE;
}
</style>