Shades of Seagull #8EBCC9
Tints of Seagull #8EBCC9
RGB
CMYK
RGB Variations
Color information
#8EBCC9 (or 0x8EBCC9) is known color: Seagull. HEX triplet: 8E, BC and C9. RGB value is (142,188,201). Sum of RGB (Red+Green+Blue) = 142+188+201=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #8EBCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCC9 is #714336. Grayscale: #AFAFAF. Windows color (decimal): -7422775 or 13221006. OLE color: 13221006.
HSL color Cylindrical-coordinate representation of color #8EBCC9: hue angle of 193.22º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EBCC9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 188 | 201 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.21 |
| HSL | 193.22º | 0.35% | 0.67% | - |
| HSV(B) | 193.22º | 0.29% | 0.79% | - |
| XYZ | 39.68 | 45.93 | 62.03 | - |
| YUV | 175.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 201 | 0.29 | 0.06 | 0 | 0.21 | 193.22 | 0.35 | 0.67 |
| Hex | 8E | BC | C9 | 1D | 6 | 0 | 15 | C1 | 23 | 43 |
| Octal | 216 | 274 | 311 | 35 | 6 | 0 | 25 | 301 | 43 | 103 |
| Binary | 10001110 | 10111100 | 11001001 | 11101 | 110 | 0 | 10101 | 11000001 | 100011 | 1000011 |
Color Harmonies of #8EBCC9
Complementary color
Monochromatic Colors of #8EBCC9
Black with #8EBCC9
Text Example
Text Example
White with #8EBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBCC9; }
p { color: rgb(142,188,201); }
H1.HeaderClassName
{
color: #8EBCC9;
}
.AnyTagClassName
{
color: #8EBCC9;
}
</style>
background-color css
<style>
a { background-color: #8EBCC9; }
a { background-color: rgb(142,188,201); }
div.DivClassName
{
background-color: #8EBCC9;
}
.BgClassName
{
background-color: #8EBCC9;
}
</style>
border-color css
<style>
span { border-color: #8EBCC9; }
span { border-color: rgb(142,188,201); }
td.TdClassName
{
border-color: #8EBCC9;
}
.TagClassName
{
border-color: #8EBCC9;
}
</style>