Shades of Seagull #63BECF
Tints of Seagull #63BECF
RGB
CMYK
RGB Variations
Color information
#63BECF (or 0x63BECF) is known color: Seagull. HEX triplet: 63, BE and CF. RGB value is (99,190,207). Sum of RGB (Red+Green+Blue) = 99+190+207=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #63BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BECF is #9C4130. Grayscale: #A4A4A4. Windows color (decimal): -10240305 or 13614691. OLE color: 13614691.
HSL color Cylindrical-coordinate representation of color #63BECF: hue angle of 189.44º degrees, saturation: 0.53, 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 #63BECF is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 190 | 207 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.19 |
| HSL | 189.44º | 0.53% | 0.6% | - |
| HSV(B) | 189.44º | 0.52% | 0.81% | - |
| XYZ | 34.82 | 43.98 | 65.69 | - |
| YUV | 164.73 | 151.85 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 207 | 0.52 | 0.08 | 0 | 0.19 | 189.44 | 0.53 | 0.6 |
| Hex | 63 | BE | CF | 34 | 8 | 0 | 13 | BD | 35 | 3C |
| Octal | 143 | 276 | 317 | 64 | 10 | 0 | 23 | 275 | 65 | 74 |
| Binary | 1100011 | 10111110 | 11001111 | 110100 | 1000 | 0 | 10011 | 10111101 | 110101 | 111100 |
Color Harmonies of #63BECF
Complementary color
Monochromatic Colors of #63BECF
Black with #63BECF
Text Example
Text Example
White with #63BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BECF; }
p { color: rgb(99,190,207); }
H1.HeaderClassName
{
color: #63BECF;
}
.AnyTagClassName
{
color: #63BECF;
}
</style>
background-color css
<style>
a { background-color: #63BECF; }
a { background-color: rgb(99,190,207); }
div.DivClassName
{
background-color: #63BECF;
}
.BgClassName
{
background-color: #63BECF;
}
</style>
border-color css
<style>
span { border-color: #63BECF; }
span { border-color: rgb(99,190,207); }
td.TdClassName
{
border-color: #63BECF;
}
.TagClassName
{
border-color: #63BECF;
}
</style>