Shades of Seagull #8DBDCA
Tints of Seagull #8DBDCA
RGB
CMYK
RGB Variations
Color information
#8DBDCA (or 0x8DBDCA) is known color: Seagull. HEX triplet: 8D, BD and CA. RGB value is (141,189,202). Sum of RGB (Red+Green+Blue) = 141+189+202=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDCA is #724235. Grayscale: #B0B0B0. Windows color (decimal): -7488054 or 13286797. OLE color: 13286797.
HSL color Cylindrical-coordinate representation of color #8DBDCA: hue angle of 192.79º 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 #8DBDCA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 189 | 202 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.21 |
| HSL | 192.79º | 0.37% | 0.67% | - |
| HSV(B) | 192.79º | 0.3% | 0.79% | - |
| XYZ | 39.84 | 46.32 | 62.72 | - |
| YUV | 176.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 202 | 0.30 | 0.06 | 0 | 0.21 | 192.79 | 0.37 | 0.67 |
| Hex | 8D | BD | CA | 1E | 6 | 0 | 15 | C1 | 25 | 43 |
| Octal | 215 | 275 | 312 | 36 | 6 | 0 | 25 | 301 | 45 | 103 |
| Binary | 10001101 | 10111101 | 11001010 | 11110 | 110 | 0 | 10101 | 11000001 | 100101 | 1000011 |
Color Harmonies of #8DBDCA
Complementary color
Monochromatic Colors of #8DBDCA
Black with #8DBDCA
Text Example
Text Example
White with #8DBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDCA; }
p { color: rgb(141,189,202); }
H1.HeaderClassName
{
color: #8DBDCA;
}
.AnyTagClassName
{
color: #8DBDCA;
}
</style>
background-color css
<style>
a { background-color: #8DBDCA; }
a { background-color: rgb(141,189,202); }
div.DivClassName
{
background-color: #8DBDCA;
}
.BgClassName
{
background-color: #8DBDCA;
}
</style>
border-color css
<style>
span { border-color: #8DBDCA; }
span { border-color: rgb(141,189,202); }
td.TdClassName
{
border-color: #8DBDCA;
}
.TagClassName
{
border-color: #8DBDCA;
}
</style>