Shades of Seagull #8EBFCB
Tints of Seagull #8EBFCB
RGB
CMYK
RGB Variations
Color information
#8EBFCB (or 0x8EBFCB) is known color: Seagull. HEX triplet: 8E, BF and CB. RGB value is (142,191,203). Sum of RGB (Red+Green+Blue) = 142+191+203=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFCB is #714034. Grayscale: #B1B1B1. Windows color (decimal): -7422005 or 13352846. OLE color: 13352846.
HSL color Cylindrical-coordinate representation of color #8EBFCB: hue angle of 191.8º 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 #8EBFCB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 191 | 203 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.20 |
| HSL | 191.8º | 0.37% | 0.68% | - |
| HSV(B) | 191.8º | 0.3% | 0.8% | - |
| XYZ | 40.57 | 47.32 | 63.5 | - |
| YUV | 177.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 191 | 203 | 0.30 | 0.06 | 0 | 0.20 | 191.8 | 0.37 | 0.68 |
| Hex | 8E | BF | CB | 1E | 6 | 0 | 14 | C0 | 25 | 44 |
| Octal | 216 | 277 | 313 | 36 | 6 | 0 | 24 | 300 | 45 | 104 |
| Binary | 10001110 | 10111111 | 11001011 | 11110 | 110 | 0 | 10100 | 11000000 | 100101 | 1000100 |
Color Harmonies of #8EBFCB
Complementary color
Monochromatic Colors of #8EBFCB
Black with #8EBFCB
Text Example
Text Example
White with #8EBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBFCB; }
p { color: rgb(142,191,203); }
H1.HeaderClassName
{
color: #8EBFCB;
}
.AnyTagClassName
{
color: #8EBFCB;
}
</style>
background-color css
<style>
a { background-color: #8EBFCB; }
a { background-color: rgb(142,191,203); }
div.DivClassName
{
background-color: #8EBFCB;
}
.BgClassName
{
background-color: #8EBFCB;
}
</style>
border-color css
<style>
span { border-color: #8EBFCB; }
span { border-color: rgb(142,191,203); }
td.TdClassName
{
border-color: #8EBFCB;
}
.TagClassName
{
border-color: #8EBFCB;
}
</style>