Shades of Seagull #8DB7CA
Tints of Seagull #8DB7CA
RGB
CMYK
RGB Variations
Color information
#8DB7CA (or 0x8DB7CA) is known color: Seagull. HEX triplet: 8D, B7 and CA. RGB value is (141,183,202). Sum of RGB (Red+Green+Blue) = 141+183+202=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7CA is #724835. Grayscale: #ACACAC. Windows color (decimal): -7489590 or 13285261. OLE color: 13285261.
HSL color Cylindrical-coordinate representation of color #8DB7CA: hue angle of 198.69º 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 #8DB7CA is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 183 | 202 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.21 |
| HSL | 198.69º | 0.37% | 0.67% | - |
| HSV(B) | 198.69º | 0.3% | 0.79% | - |
| XYZ | 38.58 | 43.79 | 62.3 | - |
| YUV | 172.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 202 | 0.30 | 0.09 | 0 | 0.21 | 198.69 | 0.37 | 0.67 |
| Hex | 8D | B7 | CA | 1E | 9 | 0 | 15 | C7 | 25 | 43 |
| Octal | 215 | 267 | 312 | 36 | 11 | 0 | 25 | 307 | 45 | 103 |
| Binary | 10001101 | 10110111 | 11001010 | 11110 | 1001 | 0 | 10101 | 11000111 | 100101 | 1000011 |
Color Harmonies of #8DB7CA
Complementary color
Monochromatic Colors of #8DB7CA
Black with #8DB7CA
Text Example
Text Example
White with #8DB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7CA; }
p { color: rgb(141,183,202); }
H1.HeaderClassName
{
color: #8DB7CA;
}
.AnyTagClassName
{
color: #8DB7CA;
}
</style>
background-color css
<style>
a { background-color: #8DB7CA; }
a { background-color: rgb(141,183,202); }
div.DivClassName
{
background-color: #8DB7CA;
}
.BgClassName
{
background-color: #8DB7CA;
}
</style>
border-color css
<style>
span { border-color: #8DB7CA; }
span { border-color: rgb(141,183,202); }
td.TdClassName
{
border-color: #8DB7CA;
}
.TagClassName
{
border-color: #8DB7CA;
}
</style>