Shades of Seagull #8EBECD
Tints of Seagull #8EBECD
RGB
CMYK
RGB Variations
Color information
#8EBECD (or 0x8EBECD) is known color: Seagull. HEX triplet: 8E, BE and CD. RGB value is (142,190,205). Sum of RGB (Red+Green+Blue) = 142+190+205=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBECD is #714132. Grayscale: #B1B1B1. Windows color (decimal): -7422259 or 13483662. OLE color: 13483662.
HSL color Cylindrical-coordinate representation of color #8EBECD: hue angle of 194.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EBECD is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 190 | 205 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.20 |
| HSL | 194.29º | 0.39% | 0.68% | - |
| HSV(B) | 194.29º | 0.31% | 0.8% | - |
| XYZ | 40.59 | 46.99 | 64.69 | - |
| YUV | 177.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 205 | 0.31 | 0.07 | 0 | 0.20 | 194.29 | 0.39 | 0.68 |
| Hex | 8E | BE | CD | 1F | 7 | 0 | 14 | C2 | 27 | 44 |
| Octal | 216 | 276 | 315 | 37 | 7 | 0 | 24 | 302 | 47 | 104 |
| Binary | 10001110 | 10111110 | 11001101 | 11111 | 111 | 0 | 10100 | 11000010 | 100111 | 1000100 |
Color Harmonies of #8EBECD
Complementary color
Monochromatic Colors of #8EBECD
Black with #8EBECD
Text Example
Text Example
White with #8EBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBECD; }
p { color: rgb(142,190,205); }
H1.HeaderClassName
{
color: #8EBECD;
}
.AnyTagClassName
{
color: #8EBECD;
}
</style>
background-color css
<style>
a { background-color: #8EBECD; }
a { background-color: rgb(142,190,205); }
div.DivClassName
{
background-color: #8EBECD;
}
.BgClassName
{
background-color: #8EBECD;
}
</style>
border-color css
<style>
span { border-color: #8EBECD; }
span { border-color: rgb(142,190,205); }
td.TdClassName
{
border-color: #8EBECD;
}
.TagClassName
{
border-color: #8EBECD;
}
</style>