Shades of Seagull #8FB8CE
Tints of Seagull #8FB8CE
RGB
CMYK
RGB Variations
Color information
#8FB8CE (or 0x8FB8CE) is known color: Seagull. HEX triplet: 8F, B8 and CE. RGB value is (143,184,206). Sum of RGB (Red+Green+Blue) = 143+184+206=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FB8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8CE is #704731. Grayscale: #AEAEAE. Windows color (decimal): -7358258 or 13547663. OLE color: 13547663.
HSL color Cylindrical-coordinate representation of color #8FB8CE: hue angle of 200.95º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FB8CE is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 184 | 206 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.19 |
| HSL | 200.95º | 0.39% | 0.68% | - |
| HSV(B) | 200.95º | 0.31% | 0.81% | - |
| XYZ | 39.61 | 44.58 | 64.91 | - |
| YUV | 174.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 206 | 0.31 | 0.11 | 0 | 0.19 | 200.95 | 0.39 | 0.68 |
| Hex | 8F | B8 | CE | 1F | B | 0 | 13 | C9 | 27 | 44 |
| Octal | 217 | 270 | 316 | 37 | 13 | 0 | 23 | 311 | 47 | 104 |
| Binary | 10001111 | 10111000 | 11001110 | 11111 | 1011 | 0 | 10011 | 11001001 | 100111 | 1000100 |
Color Harmonies of #8FB8CE
Complementary color
Monochromatic Colors of #8FB8CE
Black with #8FB8CE
Text Example
Text Example
White with #8FB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8CE; }
p { color: rgb(143,184,206); }
H1.HeaderClassName
{
color: #8FB8CE;
}
.AnyTagClassName
{
color: #8FB8CE;
}
</style>
background-color css
<style>
a { background-color: #8FB8CE; }
a { background-color: rgb(143,184,206); }
div.DivClassName
{
background-color: #8FB8CE;
}
.BgClassName
{
background-color: #8FB8CE;
}
</style>
border-color css
<style>
span { border-color: #8FB8CE; }
span { border-color: rgb(143,184,206); }
td.TdClassName
{
border-color: #8FB8CE;
}
.TagClassName
{
border-color: #8FB8CE;
}
</style>