Shades of Seagull #8DBAC8
Tints of Seagull #8DBAC8
RGB
CMYK
RGB Variations
Color information
#8DBAC8 (or 0x8DBAC8) is known color: Seagull. HEX triplet: 8D, BA and C8. RGB value is (141,186,200). Sum of RGB (Red+Green+Blue) = 141+186+200=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #8DBAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAC8 is #724537. Grayscale: #AEAEAE. Windows color (decimal): -7488824 or 13154957. OLE color: 13154957.
HSL color Cylindrical-coordinate representation of color #8DBAC8: hue angle of 194.24º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBAC8 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 186 | 200 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.22 |
| HSL | 194.24º | 0.35% | 0.67% | - |
| HSV(B) | 194.24º | 0.3% | 0.78% | - |
| XYZ | 38.97 | 44.95 | 61.27 | - |
| YUV | 174.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 200 | 0.29 | 0.07 | 0 | 0.22 | 194.24 | 0.35 | 0.67 |
| Hex | 8D | BA | C8 | 1D | 7 | 0 | 16 | C2 | 23 | 43 |
| Octal | 215 | 272 | 310 | 35 | 7 | 0 | 26 | 302 | 43 | 103 |
| Binary | 10001101 | 10111010 | 11001000 | 11101 | 111 | 0 | 10110 | 11000010 | 100011 | 1000011 |
Color Harmonies of #8DBAC8
Complementary color
Monochromatic Colors of #8DBAC8
Black with #8DBAC8
Text Example
Text Example
White with #8DBAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAC8; }
p { color: rgb(141,186,200); }
H1.HeaderClassName
{
color: #8DBAC8;
}
.AnyTagClassName
{
color: #8DBAC8;
}
</style>
background-color css
<style>
a { background-color: #8DBAC8; }
a { background-color: rgb(141,186,200); }
div.DivClassName
{
background-color: #8DBAC8;
}
.BgClassName
{
background-color: #8DBAC8;
}
</style>
border-color css
<style>
span { border-color: #8DBAC8; }
span { border-color: rgb(141,186,200); }
td.TdClassName
{
border-color: #8DBAC8;
}
.TagClassName
{
border-color: #8DBAC8;
}
</style>