Shades of Seagull #8CBDCE
Tints of Seagull #8CBDCE
RGB
CMYK
RGB Variations
Color information
#8CBDCE (or 0x8CBDCE) is known color: Seagull. HEX triplet: 8C, BD and CE. RGB value is (140,189,206). Sum of RGB (Red+Green+Blue) = 140+189+206=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDCE is #734231. Grayscale: #B0B0B0. Windows color (decimal): -7553586 or 13548940. OLE color: 13548940.
HSL color Cylindrical-coordinate representation of color #8CBDCE: hue angle of 195.45º degrees, saturation: 0.4, 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 #8CBDCE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 189 | 206 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.19 |
| HSL | 195.45º | 0.4% | 0.68% | - |
| HSV(B) | 195.45º | 0.32% | 0.81% | - |
| XYZ | 40.15 | 46.43 | 65.24 | - |
| YUV | 176.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 206 | 0.32 | 0.08 | 0 | 0.19 | 195.45 | 0.4 | 0.68 |
| Hex | 8C | BD | CE | 20 | 8 | 0 | 13 | C3 | 28 | 44 |
| Octal | 214 | 275 | 316 | 40 | 10 | 0 | 23 | 303 | 50 | 104 |
| Binary | 10001100 | 10111101 | 11001110 | 100000 | 1000 | 0 | 10011 | 11000011 | 101000 | 1000100 |
Color Harmonies of #8CBDCE
Complementary color
Monochromatic Colors of #8CBDCE
Black with #8CBDCE
Text Example
Text Example
White with #8CBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDCE; }
p { color: rgb(140,189,206); }
H1.HeaderClassName
{
color: #8CBDCE;
}
.AnyTagClassName
{
color: #8CBDCE;
}
</style>
background-color css
<style>
a { background-color: #8CBDCE; }
a { background-color: rgb(140,189,206); }
div.DivClassName
{
background-color: #8CBDCE;
}
.BgClassName
{
background-color: #8CBDCE;
}
</style>
border-color css
<style>
span { border-color: #8CBDCE; }
span { border-color: rgb(140,189,206); }
td.TdClassName
{
border-color: #8CBDCE;
}
.TagClassName
{
border-color: #8CBDCE;
}
</style>