Shades of Seagull #8DB8CC
Tints of Seagull #8DB8CC
RGB
CMYK
RGB Variations
Color information
#8DB8CC (or 0x8DB8CC) is known color: Seagull. HEX triplet: 8D, B8 and CC. RGB value is (141,184,204). Sum of RGB (Red+Green+Blue) = 141+184+204=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DB8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB8CC is #724733. Grayscale: #ADADAD. Windows color (decimal): -7489332 or 13416589. OLE color: 13416589.
HSL color Cylindrical-coordinate representation of color #8DB8CC: hue angle of 199.05º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB8CC is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 184 | 204 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.2 |
| HSL | 199.05º | 0.38% | 0.68% | - |
| HSV(B) | 199.05º | 0.31% | 0.8% | - |
| XYZ | 39.02 | 44.3 | 63.62 | - |
| YUV | 173.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 204 | 0.31 | 0.10 | 0 | 0.2 | 199.05 | 0.38 | 0.68 |
| Hex | 8D | B8 | CC | 1F | A | 0 | 14 | C7 | 26 | 44 |
| Octal | 215 | 270 | 314 | 37 | 12 | 0 | 24 | 307 | 46 | 104 |
| Binary | 10001101 | 10111000 | 11001100 | 11111 | 1010 | 0 | 10100 | 11000111 | 100110 | 1000100 |
Color Harmonies of #8DB8CC
Complementary color
Monochromatic Colors of #8DB8CC
Black with #8DB8CC
Text Example
Text Example
White with #8DB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8CC; }
p { color: rgb(141,184,204); }
H1.HeaderClassName
{
color: #8DB8CC;
}
.AnyTagClassName
{
color: #8DB8CC;
}
</style>
background-color css
<style>
a { background-color: #8DB8CC; }
a { background-color: rgb(141,184,204); }
div.DivClassName
{
background-color: #8DB8CC;
}
.BgClassName
{
background-color: #8DB8CC;
}
</style>
border-color css
<style>
span { border-color: #8DB8CC; }
span { border-color: rgb(141,184,204); }
td.TdClassName
{
border-color: #8DB8CC;
}
.TagClassName
{
border-color: #8DB8CC;
}
</style>