Shades of Seagull #8CB8CA
Tints of Seagull #8CB8CA
RGB
CMYK
RGB Variations
Color information
#8CB8CA (or 0x8CB8CA) is known color: Seagull. HEX triplet: 8C, B8 and CA. RGB value is (140,184,202). Sum of RGB (Red+Green+Blue) = 140+184+202=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CB8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB8CA is #734735. Grayscale: #ACACAC. Windows color (decimal): -7554870 or 13285516. OLE color: 13285516.
HSL color Cylindrical-coordinate representation of color #8CB8CA: hue angle of 197.42º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB8CA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 184 | 202 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.21 |
| HSL | 197.42º | 0.37% | 0.67% | - |
| HSV(B) | 197.42º | 0.31% | 0.79% | - |
| XYZ | 38.62 | 44.12 | 62.36 | - |
| YUV | 172.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 202 | 0.31 | 0.09 | 0 | 0.21 | 197.42 | 0.37 | 0.67 |
| Hex | 8C | B8 | CA | 1F | 9 | 0 | 15 | C5 | 25 | 43 |
| Octal | 214 | 270 | 312 | 37 | 11 | 0 | 25 | 305 | 45 | 103 |
| Binary | 10001100 | 10111000 | 11001010 | 11111 | 1001 | 0 | 10101 | 11000101 | 100101 | 1000011 |
Color Harmonies of #8CB8CA
Complementary color
Monochromatic Colors of #8CB8CA
Black with #8CB8CA
Text Example
Text Example
White with #8CB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB8CA; }
p { color: rgb(140,184,202); }
H1.HeaderClassName
{
color: #8CB8CA;
}
.AnyTagClassName
{
color: #8CB8CA;
}
</style>
background-color css
<style>
a { background-color: #8CB8CA; }
a { background-color: rgb(140,184,202); }
div.DivClassName
{
background-color: #8CB8CA;
}
.BgClassName
{
background-color: #8CB8CA;
}
</style>
border-color css
<style>
span { border-color: #8CB8CA; }
span { border-color: rgb(140,184,202); }
td.TdClassName
{
border-color: #8CB8CA;
}
.TagClassName
{
border-color: #8CB8CA;
}
</style>