Shades of Seagull #8DBFCB
Tints of Seagull #8DBFCB
RGB
CMYK
RGB Variations
Color information
#8DBFCB (or 0x8DBFCB) is known color: Seagull. HEX triplet: 8D, BF and CB. RGB value is (141,191,203). Sum of RGB (Red+Green+Blue) = 141+191+203=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFCB is #724034. Grayscale: #B1B1B1. Windows color (decimal): -7487541 or 13352845. OLE color: 13352845.
HSL color Cylindrical-coordinate representation of color #8DBFCB: hue angle of 191.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DBFCB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 191 | 203 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.20 |
| HSL | 191.61º | 0.37% | 0.67% | - |
| HSV(B) | 191.61º | 0.31% | 0.8% | - |
| XYZ | 40.39 | 47.24 | 63.49 | - |
| YUV | 177.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 203 | 0.31 | 0.06 | 0 | 0.20 | 191.61 | 0.37 | 0.67 |
| Hex | 8D | BF | CB | 1F | 6 | 0 | 14 | C0 | 25 | 43 |
| Octal | 215 | 277 | 313 | 37 | 6 | 0 | 24 | 300 | 45 | 103 |
| Binary | 10001101 | 10111111 | 11001011 | 11111 | 110 | 0 | 10100 | 11000000 | 100101 | 1000011 |
Color Harmonies of #8DBFCB
Complementary color
Monochromatic Colors of #8DBFCB
Black with #8DBFCB
Text Example
Text Example
White with #8DBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFCB; }
p { color: rgb(141,191,203); }
H1.HeaderClassName
{
color: #8DBFCB;
}
.AnyTagClassName
{
color: #8DBFCB;
}
</style>
background-color css
<style>
a { background-color: #8DBFCB; }
a { background-color: rgb(141,191,203); }
div.DivClassName
{
background-color: #8DBFCB;
}
.BgClassName
{
background-color: #8DBFCB;
}
</style>
border-color css
<style>
span { border-color: #8DBFCB; }
span { border-color: rgb(141,191,203); }
td.TdClassName
{
border-color: #8DBFCB;
}
.TagClassName
{
border-color: #8DBFCB;
}
</style>