Shades of Seagull #8EBBCD
Tints of Seagull #8EBBCD
RGB
CMYK
RGB Variations
Color information
#8EBBCD (or 0x8EBBCD) is known color: Seagull. HEX triplet: 8E, BB and CD. RGB value is (142,187,205). Sum of RGB (Red+Green+Blue) = 142+187+205=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBCD is #714432. Grayscale: #AFAFAF. Windows color (decimal): -7423027 or 13482894. OLE color: 13482894.
HSL color Cylindrical-coordinate representation of color #8EBBCD: hue angle of 197.14º 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 #8EBBCD is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 187 | 205 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.20 |
| HSL | 197.14º | 0.39% | 0.68% | - |
| HSV(B) | 197.14º | 0.31% | 0.8% | - |
| XYZ | 39.95 | 45.7 | 64.47 | - |
| YUV | 175.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 205 | 0.31 | 0.09 | 0 | 0.20 | 197.14 | 0.39 | 0.68 |
| Hex | 8E | BB | CD | 1F | 9 | 0 | 14 | C5 | 27 | 44 |
| Octal | 216 | 273 | 315 | 37 | 11 | 0 | 24 | 305 | 47 | 104 |
| Binary | 10001110 | 10111011 | 11001101 | 11111 | 1001 | 0 | 10100 | 11000101 | 100111 | 1000100 |
Color Harmonies of #8EBBCD
Complementary color
Monochromatic Colors of #8EBBCD
Black with #8EBBCD
Text Example
Text Example
White with #8EBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBBCD; }
p { color: rgb(142,187,205); }
H1.HeaderClassName
{
color: #8EBBCD;
}
.AnyTagClassName
{
color: #8EBBCD;
}
</style>
background-color css
<style>
a { background-color: #8EBBCD; }
a { background-color: rgb(142,187,205); }
div.DivClassName
{
background-color: #8EBBCD;
}
.BgClassName
{
background-color: #8EBBCD;
}
</style>
border-color css
<style>
span { border-color: #8EBBCD; }
span { border-color: rgb(142,187,205); }
td.TdClassName
{
border-color: #8EBBCD;
}
.TagClassName
{
border-color: #8EBBCD;
}
</style>