Shades of Seagull #8FBDCC
Tints of Seagull #8FBDCC
RGB
CMYK
RGB Variations
Color information
#8FBDCC (or 0x8FBDCC) is known color: Seagull. HEX triplet: 8F, BD and CC. RGB value is (143,189,204). Sum of RGB (Red+Green+Blue) = 143+189+204=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDCC is #704233. Grayscale: #B0B0B0. Windows color (decimal): -7356980 or 13417871. OLE color: 13417871.
HSL color Cylindrical-coordinate representation of color #8FBDCC: hue angle of 194.75º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FBDCC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 189 | 204 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.2 |
| HSL | 194.75º | 0.37% | 0.68% | - |
| HSV(B) | 194.75º | 0.3% | 0.8% | - |
| XYZ | 40.42 | 46.59 | 63.99 | - |
| YUV | 176.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 204 | 0.30 | 0.07 | 0 | 0.2 | 194.75 | 0.37 | 0.68 |
| Hex | 8F | BD | CC | 1E | 7 | 0 | 14 | C3 | 25 | 44 |
| Octal | 217 | 275 | 314 | 36 | 7 | 0 | 24 | 303 | 45 | 104 |
| Binary | 10001111 | 10111101 | 11001100 | 11110 | 111 | 0 | 10100 | 11000011 | 100101 | 1000100 |
Color Harmonies of #8FBDCC
Complementary color
Monochromatic Colors of #8FBDCC
Black with #8FBDCC
Text Example
Text Example
White with #8FBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDCC; }
p { color: rgb(143,189,204); }
H1.HeaderClassName
{
color: #8FBDCC;
}
.AnyTagClassName
{
color: #8FBDCC;
}
</style>
background-color css
<style>
a { background-color: #8FBDCC; }
a { background-color: rgb(143,189,204); }
div.DivClassName
{
background-color: #8FBDCC;
}
.BgClassName
{
background-color: #8FBDCC;
}
</style>
border-color css
<style>
span { border-color: #8FBDCC; }
span { border-color: rgb(143,189,204); }
td.TdClassName
{
border-color: #8FBDCC;
}
.TagClassName
{
border-color: #8FBDCC;
}
</style>