Shades of Seagull #8DBDCC
Tints of Seagull #8DBDCC
RGB
CMYK
RGB Variations
Color information
#8DBDCC (or 0x8DBDCC) is known color: Seagull. HEX triplet: 8D, BD and CC. RGB value is (141,189,204). Sum of RGB (Red+Green+Blue) = 141+189+204=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDCC is #724233. Grayscale: #B0B0B0. Windows color (decimal): -7488052 or 13417869. OLE color: 13417869.
HSL color Cylindrical-coordinate representation of color #8DBDCC: hue angle of 194.29º 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 #8DBDCC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 189 | 204 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.2 |
| HSL | 194.29º | 0.38% | 0.68% | - |
| HSV(B) | 194.29º | 0.31% | 0.8% | - |
| XYZ | 40.08 | 46.42 | 63.97 | - |
| YUV | 176.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 204 | 0.31 | 0.07 | 0 | 0.2 | 194.29 | 0.38 | 0.68 |
| Hex | 8D | BD | CC | 1F | 7 | 0 | 14 | C2 | 26 | 44 |
| Octal | 215 | 275 | 314 | 37 | 7 | 0 | 24 | 302 | 46 | 104 |
| Binary | 10001101 | 10111101 | 11001100 | 11111 | 111 | 0 | 10100 | 11000010 | 100110 | 1000100 |
Color Harmonies of #8DBDCC
Complementary color
Monochromatic Colors of #8DBDCC
Black with #8DBDCC
Text Example
Text Example
White with #8DBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDCC; }
p { color: rgb(141,189,204); }
H1.HeaderClassName
{
color: #8DBDCC;
}
.AnyTagClassName
{
color: #8DBDCC;
}
</style>
background-color css
<style>
a { background-color: #8DBDCC; }
a { background-color: rgb(141,189,204); }
div.DivClassName
{
background-color: #8DBDCC;
}
.BgClassName
{
background-color: #8DBDCC;
}
</style>
border-color css
<style>
span { border-color: #8DBDCC; }
span { border-color: rgb(141,189,204); }
td.TdClassName
{
border-color: #8DBDCC;
}
.TagClassName
{
border-color: #8DBDCC;
}
</style>