Shades of Seagull #8EBBCC
Tints of Seagull #8EBBCC
RGB
CMYK
RGB Variations
Color information
#8EBBCC (or 0x8EBBCC) is known color: Seagull. HEX triplet: 8E, BB and CC. RGB value is (142,187,204). Sum of RGB (Red+Green+Blue) = 142+187+204=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBCC is #714433. Grayscale: #AFAFAF. Windows color (decimal): -7423028 or 13417358. OLE color: 13417358.
HSL color Cylindrical-coordinate representation of color #8EBBCC: hue angle of 196.45º 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 #8EBBCC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 187 | 204 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.2 |
| HSL | 196.45º | 0.38% | 0.68% | - |
| HSV(B) | 196.45º | 0.3% | 0.8% | - |
| XYZ | 39.82 | 45.65 | 63.84 | - |
| YUV | 175.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 204 | 0.30 | 0.08 | 0 | 0.2 | 196.45 | 0.38 | 0.68 |
| Hex | 8E | BB | CC | 1E | 8 | 0 | 14 | C4 | 26 | 44 |
| Octal | 216 | 273 | 314 | 36 | 10 | 0 | 24 | 304 | 46 | 104 |
| Binary | 10001110 | 10111011 | 11001100 | 11110 | 1000 | 0 | 10100 | 11000100 | 100110 | 1000100 |
Color Harmonies of #8EBBCC
Complementary color
Monochromatic Colors of #8EBBCC
Black with #8EBBCC
Text Example
Text Example
White with #8EBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBBCC; }
p { color: rgb(142,187,204); }
H1.HeaderClassName
{
color: #8EBBCC;
}
.AnyTagClassName
{
color: #8EBBCC;
}
</style>
background-color css
<style>
a { background-color: #8EBBCC; }
a { background-color: rgb(142,187,204); }
div.DivClassName
{
background-color: #8EBBCC;
}
.BgClassName
{
background-color: #8EBBCC;
}
</style>
border-color css
<style>
span { border-color: #8EBBCC; }
span { border-color: rgb(142,187,204); }
td.TdClassName
{
border-color: #8EBBCC;
}
.TagClassName
{
border-color: #8EBBCC;
}
</style>