Shades of Seagull #8FBED0
Tints of Seagull #8FBED0
RGB
CMYK
RGB Variations
Color information
#8FBED0 (or 0x8FBED0) is known color: Seagull. HEX triplet: 8F, BE and D0. RGB value is (143,190,208). Sum of RGB (Red+Green+Blue) = 143+190+208=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBED0 is #70412F. Grayscale: #B1B1B1. Windows color (decimal): -7356720 or 13680271. OLE color: 13680271.
HSL color Cylindrical-coordinate representation of color #8FBED0: hue angle of 196.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FBED0 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 190 | 208 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.18 |
| HSL | 196.62º | 0.41% | 0.69% | - |
| HSV(B) | 196.62º | 0.31% | 0.82% | - |
| XYZ | 41.13 | 47.22 | 66.62 | - |
| YUV | 178 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 208 | 0.31 | 0.09 | 0 | 0.18 | 196.62 | 0.41 | 0.69 |
| Hex | 8F | BE | D0 | 1F | 9 | 0 | 12 | C5 | 29 | 45 |
| Octal | 217 | 276 | 320 | 37 | 11 | 0 | 22 | 305 | 51 | 105 |
| Binary | 10001111 | 10111110 | 11010000 | 11111 | 1001 | 0 | 10010 | 11000101 | 101001 | 1000101 |
Color Harmonies of #8FBED0
Complementary color
Monochromatic Colors of #8FBED0
Black with #8FBED0
Text Example
Text Example
White with #8FBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBED0; }
p { color: rgb(143,190,208); }
H1.HeaderClassName
{
color: #8FBED0;
}
.AnyTagClassName
{
color: #8FBED0;
}
</style>
background-color css
<style>
a { background-color: #8FBED0; }
a { background-color: rgb(143,190,208); }
div.DivClassName
{
background-color: #8FBED0;
}
.BgClassName
{
background-color: #8FBED0;
}
</style>
border-color css
<style>
span { border-color: #8FBED0; }
span { border-color: rgb(143,190,208); }
td.TdClassName
{
border-color: #8FBED0;
}
.TagClassName
{
border-color: #8FBED0;
}
</style>