Shades of Seagull #8EBDCB
Tints of Seagull #8EBDCB
RGB
CMYK
RGB Variations
Color information
#8EBDCB (or 0x8EBDCB) is known color: Seagull. HEX triplet: 8E, BD and CB. RGB value is (142,189,203). Sum of RGB (Red+Green+Blue) = 142+189+203=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDCB is #714234. Grayscale: #B0B0B0. Windows color (decimal): -7422517 or 13352334. OLE color: 13352334.
HSL color Cylindrical-coordinate representation of color #8EBDCB: hue angle of 193.77º 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 #8EBDCB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 189 | 203 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.20 |
| HSL | 193.77º | 0.37% | 0.68% | - |
| HSV(B) | 193.77º | 0.3% | 0.8% | - |
| XYZ | 40.13 | 46.46 | 63.35 | - |
| YUV | 176.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 203 | 0.30 | 0.07 | 0 | 0.20 | 193.77 | 0.37 | 0.68 |
| Hex | 8E | BD | CB | 1E | 7 | 0 | 14 | C2 | 25 | 44 |
| Octal | 216 | 275 | 313 | 36 | 7 | 0 | 24 | 302 | 45 | 104 |
| Binary | 10001110 | 10111101 | 11001011 | 11110 | 111 | 0 | 10100 | 11000010 | 100101 | 1000100 |
Color Harmonies of #8EBDCB
Complementary color
Monochromatic Colors of #8EBDCB
Black with #8EBDCB
Text Example
Text Example
White with #8EBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBDCB; }
p { color: rgb(142,189,203); }
H1.HeaderClassName
{
color: #8EBDCB;
}
.AnyTagClassName
{
color: #8EBDCB;
}
</style>
background-color css
<style>
a { background-color: #8EBDCB; }
a { background-color: rgb(142,189,203); }
div.DivClassName
{
background-color: #8EBDCB;
}
.BgClassName
{
background-color: #8EBDCB;
}
</style>
border-color css
<style>
span { border-color: #8EBDCB; }
span { border-color: rgb(142,189,203); }
td.TdClassName
{
border-color: #8EBDCB;
}
.TagClassName
{
border-color: #8EBDCB;
}
</style>