Shades of Seagull #8DBAC9
Tints of Seagull #8DBAC9
RGB
CMYK
RGB Variations
Color information
#8DBAC9 (or 0x8DBAC9) is known color: Seagull. HEX triplet: 8D, BA and C9. RGB value is (141,186,201). Sum of RGB (Red+Green+Blue) = 141+186+201=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DBAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAC9 is #724536. Grayscale: #AEAEAE. Windows color (decimal): -7488823 or 13220493. OLE color: 13220493.
HSL color Cylindrical-coordinate representation of color #8DBAC9: hue angle of 195º degrees, saturation: 0.36, 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 #8DBAC9 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 186 | 201 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.21 |
| HSL | 195º | 0.36% | 0.67% | - |
| HSV(B) | 195º | 0.3% | 0.79% | - |
| XYZ | 39.09 | 45 | 61.88 | - |
| YUV | 174.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 201 | 0.30 | 0.07 | 0 | 0.21 | 195 | 0.36 | 0.67 |
| Hex | 8D | BA | C9 | 1E | 7 | 0 | 15 | C3 | 24 | 43 |
| Octal | 215 | 272 | 311 | 36 | 7 | 0 | 25 | 303 | 44 | 103 |
| Binary | 10001101 | 10111010 | 11001001 | 11110 | 111 | 0 | 10101 | 11000011 | 100100 | 1000011 |
Color Harmonies of #8DBAC9
Complementary color
Monochromatic Colors of #8DBAC9
Black with #8DBAC9
Text Example
Text Example
White with #8DBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAC9; }
p { color: rgb(141,186,201); }
H1.HeaderClassName
{
color: #8DBAC9;
}
.AnyTagClassName
{
color: #8DBAC9;
}
</style>
background-color css
<style>
a { background-color: #8DBAC9; }
a { background-color: rgb(141,186,201); }
div.DivClassName
{
background-color: #8DBAC9;
}
.BgClassName
{
background-color: #8DBAC9;
}
</style>
border-color css
<style>
span { border-color: #8DBAC9; }
span { border-color: rgb(141,186,201); }
td.TdClassName
{
border-color: #8DBAC9;
}
.TagClassName
{
border-color: #8DBAC9;
}
</style>