Shades of Seagull #8DBECA
Tints of Seagull #8DBECA
RGB
CMYK
RGB Variations
Color information
#8DBECA (or 0x8DBECA) is known color: Seagull. HEX triplet: 8D, BE and CA. RGB value is (141,190,202). Sum of RGB (Red+Green+Blue) = 141+190+202=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DBECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBECA is #724135. Grayscale: #B0B0B0. Windows color (decimal): -7487798 or 13287053. OLE color: 13287053.
HSL color Cylindrical-coordinate representation of color #8DBECA: hue angle of 191.8º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBECA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 190 | 202 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.21 |
| HSL | 191.8º | 0.37% | 0.67% | - |
| HSV(B) | 191.8º | 0.3% | 0.79% | - |
| XYZ | 40.06 | 46.75 | 62.79 | - |
| YUV | 176.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 202 | 0.30 | 0.06 | 0 | 0.21 | 191.8 | 0.37 | 0.67 |
| Hex | 8D | BE | CA | 1E | 6 | 0 | 15 | C0 | 25 | 43 |
| Octal | 215 | 276 | 312 | 36 | 6 | 0 | 25 | 300 | 45 | 103 |
| Binary | 10001101 | 10111110 | 11001010 | 11110 | 110 | 0 | 10101 | 11000000 | 100101 | 1000011 |
Color Harmonies of #8DBECA
Complementary color
Monochromatic Colors of #8DBECA
Black with #8DBECA
Text Example
Text Example
White with #8DBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBECA; }
p { color: rgb(141,190,202); }
H1.HeaderClassName
{
color: #8DBECA;
}
.AnyTagClassName
{
color: #8DBECA;
}
</style>
background-color css
<style>
a { background-color: #8DBECA; }
a { background-color: rgb(141,190,202); }
div.DivClassName
{
background-color: #8DBECA;
}
.BgClassName
{
background-color: #8DBECA;
}
</style>
border-color css
<style>
span { border-color: #8DBECA; }
span { border-color: rgb(141,190,202); }
td.TdClassName
{
border-color: #8DBECA;
}
.TagClassName
{
border-color: #8DBECA;
}
</style>