Shades of Seagull #8CBED5
Tints of Seagull #8CBED5
RGB
CMYK
RGB Variations
Color information
#8CBED5 (or 0x8CBED5) is known color: Seagull. HEX triplet: 8C, BE and D5. RGB value is (140,190,213). Sum of RGB (Red+Green+Blue) = 140+190+213=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #8CBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBED5 is #73412A. Grayscale: #B1B1B1. Windows color (decimal): -7553323 or 14007948. OLE color: 14007948.
HSL color Cylindrical-coordinate representation of color #8CBED5: hue angle of 198.9º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CBED5 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 190 | 213 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.16 |
| HSL | 198.9º | 0.46% | 0.69% | - |
| HSV(B) | 198.9º | 0.34% | 0.84% | - |
| XYZ | 41.24 | 47.21 | 69.89 | - |
| YUV | 177.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 213 | 0.34 | 0.11 | 0 | 0.16 | 198.9 | 0.46 | 0.69 |
| Hex | 8C | BE | D5 | 22 | B | 0 | 10 | C7 | 2E | 45 |
| Octal | 214 | 276 | 325 | 42 | 13 | 0 | 20 | 307 | 56 | 105 |
| Binary | 10001100 | 10111110 | 11010101 | 100010 | 1011 | 0 | 10000 | 11000111 | 101110 | 1000101 |
Color Harmonies of #8CBED5
Complementary color
Monochromatic Colors of #8CBED5
Black with #8CBED5
Text Example
Text Example
White with #8CBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBED5; }
p { color: rgb(140,190,213); }
H1.HeaderClassName
{
color: #8CBED5;
}
.AnyTagClassName
{
color: #8CBED5;
}
</style>
background-color css
<style>
a { background-color: #8CBED5; }
a { background-color: rgb(140,190,213); }
div.DivClassName
{
background-color: #8CBED5;
}
.BgClassName
{
background-color: #8CBED5;
}
</style>
border-color css
<style>
span { border-color: #8CBED5; }
span { border-color: rgb(140,190,213); }
td.TdClassName
{
border-color: #8CBED5;
}
.TagClassName
{
border-color: #8CBED5;
}
</style>