Shades of Seagull #63BDCD
Tints of Seagull #63BDCD
RGB
CMYK
RGB Variations
Color information
#63BDCD (or 0x63BDCD) is known color: Seagull. HEX triplet: 63, BD and CD. RGB value is (99,189,205). Sum of RGB (Red+Green+Blue) = 99+189+205=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #63BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDCD is #9C4232. Grayscale: #A3A3A3. Windows color (decimal): -10240563 or 13483363. OLE color: 13483363.
HSL color Cylindrical-coordinate representation of color #63BDCD: hue angle of 189.06º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63BDCD is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 189 | 205 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.20 |
| HSL | 189.06º | 0.51% | 0.6% | - |
| HSV(B) | 189.06º | 0.52% | 0.8% | - |
| XYZ | 34.36 | 43.46 | 64.33 | - |
| YUV | 163.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 205 | 0.52 | 0.08 | 0 | 0.20 | 189.06 | 0.51 | 0.6 |
| Hex | 63 | BD | CD | 34 | 8 | 0 | 14 | BD | 33 | 3C |
| Octal | 143 | 275 | 315 | 64 | 10 | 0 | 24 | 275 | 63 | 74 |
| Binary | 1100011 | 10111101 | 11001101 | 110100 | 1000 | 0 | 10100 | 10111101 | 110011 | 111100 |
Color Harmonies of #63BDCD
Complementary color
Monochromatic Colors of #63BDCD
Black with #63BDCD
Text Example
Text Example
White with #63BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDCD; }
p { color: rgb(99,189,205); }
H1.HeaderClassName
{
color: #63BDCD;
}
.AnyTagClassName
{
color: #63BDCD;
}
</style>
background-color css
<style>
a { background-color: #63BDCD; }
a { background-color: rgb(99,189,205); }
div.DivClassName
{
background-color: #63BDCD;
}
.BgClassName
{
background-color: #63BDCD;
}
</style>
border-color css
<style>
span { border-color: #63BDCD; }
span { border-color: rgb(99,189,205); }
td.TdClassName
{
border-color: #63BDCD;
}
.TagClassName
{
border-color: #63BDCD;
}
</style>