Shades of Seagull #8EBACC
Tints of Seagull #8EBACC
RGB
CMYK
RGB Variations
Color information
#8EBACC (or 0x8EBACC) is known color: Seagull. HEX triplet: 8E, BA and CC. RGB value is (142,186,204). Sum of RGB (Red+Green+Blue) = 142+186+204=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBACC is #714533. Grayscale: #AEAEAE. Windows color (decimal): -7423284 or 13417102. OLE color: 13417102.
HSL color Cylindrical-coordinate representation of color #8EBACC: hue angle of 197.42º degrees, saturation: 0.38, 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 #8EBACC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 186 | 204 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.2 |
| HSL | 197.42º | 0.38% | 0.68% | - |
| HSV(B) | 197.42º | 0.3% | 0.8% | - |
| XYZ | 39.61 | 45.23 | 63.77 | - |
| YUV | 174.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 204 | 0.30 | 0.09 | 0 | 0.2 | 197.42 | 0.38 | 0.68 |
| Hex | 8E | BA | CC | 1E | 9 | 0 | 14 | C5 | 26 | 44 |
| Octal | 216 | 272 | 314 | 36 | 11 | 0 | 24 | 305 | 46 | 104 |
| Binary | 10001110 | 10111010 | 11001100 | 11110 | 1001 | 0 | 10100 | 11000101 | 100110 | 1000100 |
Color Harmonies of #8EBACC
Complementary color
Monochromatic Colors of #8EBACC
Black with #8EBACC
Text Example
Text Example
White with #8EBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBACC; }
p { color: rgb(142,186,204); }
H1.HeaderClassName
{
color: #8EBACC;
}
.AnyTagClassName
{
color: #8EBACC;
}
</style>
background-color css
<style>
a { background-color: #8EBACC; }
a { background-color: rgb(142,186,204); }
div.DivClassName
{
background-color: #8EBACC;
}
.BgClassName
{
background-color: #8EBACC;
}
</style>
border-color css
<style>
span { border-color: #8EBACC; }
span { border-color: rgb(142,186,204); }
td.TdClassName
{
border-color: #8EBACC;
}
.TagClassName
{
border-color: #8EBACC;
}
</style>