Shades of Seagull #8CBDCF
Tints of Seagull #8CBDCF
RGB
CMYK
RGB Variations
Color information
#8CBDCF (or 0x8CBDCF) is known color: Seagull. HEX triplet: 8C, BD and CF. RGB value is (140,189,207). Sum of RGB (Red+Green+Blue) = 140+189+207=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDCF is #734230. Grayscale: #B0B0B0. Windows color (decimal): -7553585 or 13614476. OLE color: 13614476.
HSL color Cylindrical-coordinate representation of color #8CBDCF: hue angle of 196.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CBDCF is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 189 | 207 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.19 |
| HSL | 196.12º | 0.41% | 0.68% | - |
| HSV(B) | 196.12º | 0.32% | 0.81% | - |
| XYZ | 40.28 | 46.48 | 65.88 | - |
| YUV | 176.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 207 | 0.32 | 0.09 | 0 | 0.19 | 196.12 | 0.41 | 0.68 |
| Hex | 8C | BD | CF | 20 | 9 | 0 | 13 | C4 | 29 | 44 |
| Octal | 214 | 275 | 317 | 40 | 11 | 0 | 23 | 304 | 51 | 104 |
| Binary | 10001100 | 10111101 | 11001111 | 100000 | 1001 | 0 | 10011 | 11000100 | 101001 | 1000100 |
Color Harmonies of #8CBDCF
Complementary color
Monochromatic Colors of #8CBDCF
Black with #8CBDCF
Text Example
Text Example
White with #8CBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDCF; }
p { color: rgb(140,189,207); }
H1.HeaderClassName
{
color: #8CBDCF;
}
.AnyTagClassName
{
color: #8CBDCF;
}
</style>
background-color css
<style>
a { background-color: #8CBDCF; }
a { background-color: rgb(140,189,207); }
div.DivClassName
{
background-color: #8CBDCF;
}
.BgClassName
{
background-color: #8CBDCF;
}
</style>
border-color css
<style>
span { border-color: #8CBDCF; }
span { border-color: rgb(140,189,207); }
td.TdClassName
{
border-color: #8CBDCF;
}
.TagClassName
{
border-color: #8CBDCF;
}
</style>