Shades of Seagull #8EBECB
Tints of Seagull #8EBECB
RGB
CMYK
RGB Variations
Color information
#8EBECB (or 0x8EBECB) is known color: Seagull. HEX triplet: 8E, BE and CB. RGB value is (142,190,203). Sum of RGB (Red+Green+Blue) = 142+190+203=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBECB is #714134. Grayscale: #B1B1B1. Windows color (decimal): -7422261 or 13352590. OLE color: 13352590.
HSL color Cylindrical-coordinate representation of color #8EBECB: hue angle of 192.79º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EBECB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 190 | 203 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.20 |
| HSL | 192.79º | 0.37% | 0.68% | - |
| HSV(B) | 192.79º | 0.3% | 0.8% | - |
| XYZ | 40.35 | 46.89 | 63.42 | - |
| YUV | 177.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 203 | 0.30 | 0.06 | 0 | 0.20 | 192.79 | 0.37 | 0.68 |
| Hex | 8E | BE | CB | 1E | 6 | 0 | 14 | C1 | 25 | 44 |
| Octal | 216 | 276 | 313 | 36 | 6 | 0 | 24 | 301 | 45 | 104 |
| Binary | 10001110 | 10111110 | 11001011 | 11110 | 110 | 0 | 10100 | 11000001 | 100101 | 1000100 |
Color Harmonies of #8EBECB
Complementary color
Monochromatic Colors of #8EBECB
Black with #8EBECB
Text Example
Text Example
White with #8EBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBECB; }
p { color: rgb(142,190,203); }
H1.HeaderClassName
{
color: #8EBECB;
}
.AnyTagClassName
{
color: #8EBECB;
}
</style>
background-color css
<style>
a { background-color: #8EBECB; }
a { background-color: rgb(142,190,203); }
div.DivClassName
{
background-color: #8EBECB;
}
.BgClassName
{
background-color: #8EBECB;
}
</style>
border-color css
<style>
span { border-color: #8EBECB; }
span { border-color: rgb(142,190,203); }
td.TdClassName
{
border-color: #8EBECB;
}
.TagClassName
{
border-color: #8EBECB;
}
</style>