Shades of Seagull #63BED0
Tints of Seagull #63BED0
RGB
CMYK
RGB Variations
Color information
#63BED0 (or 0x63BED0) is known color: Seagull. HEX triplet: 63, BE and D0. RGB value is (99,190,208). Sum of RGB (Red+Green+Blue) = 99+190+208=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #63BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BED0 is #9C412F. Grayscale: #A4A4A4. Windows color (decimal): -10240304 or 13680227. OLE color: 13680227.
HSL color Cylindrical-coordinate representation of color #63BED0: hue angle of 189.91º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63BED0 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 190 | 208 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.18 |
| HSL | 189.91º | 0.54% | 0.6% | - |
| HSV(B) | 189.91º | 0.52% | 0.82% | - |
| XYZ | 34.94 | 44.03 | 66.33 | - |
| YUV | 164.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 208 | 0.52 | 0.09 | 0 | 0.18 | 189.91 | 0.54 | 0.6 |
| Hex | 63 | BE | D0 | 34 | 9 | 0 | 12 | BE | 36 | 3C |
| Octal | 143 | 276 | 320 | 64 | 11 | 0 | 22 | 276 | 66 | 74 |
| Binary | 1100011 | 10111110 | 11010000 | 110100 | 1001 | 0 | 10010 | 10111110 | 110110 | 111100 |
Color Harmonies of #63BED0
Complementary color
Monochromatic Colors of #63BED0
Black with #63BED0
Text Example
Text Example
White with #63BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BED0; }
p { color: rgb(99,190,208); }
H1.HeaderClassName
{
color: #63BED0;
}
.AnyTagClassName
{
color: #63BED0;
}
</style>
background-color css
<style>
a { background-color: #63BED0; }
a { background-color: rgb(99,190,208); }
div.DivClassName
{
background-color: #63BED0;
}
.BgClassName
{
background-color: #63BED0;
}
</style>
border-color css
<style>
span { border-color: #63BED0; }
span { border-color: rgb(99,190,208); }
td.TdClassName
{
border-color: #63BED0;
}
.TagClassName
{
border-color: #63BED0;
}
</style>