Shades of Seagull #8FBDCA
Tints of Seagull #8FBDCA
RGB
CMYK
RGB Variations
Color information
#8FBDCA (or 0x8FBDCA) is known color: Seagull. HEX triplet: 8F, BD and CA. RGB value is (143,189,202). Sum of RGB (Red+Green+Blue) = 143+189+202=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDCA is #704235. Grayscale: #B0B0B0. Windows color (decimal): -7356982 or 13286799. OLE color: 13286799.
HSL color Cylindrical-coordinate representation of color #8FBDCA: hue angle of 193.22º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBDCA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 189 | 202 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.21 |
| HSL | 193.22º | 0.36% | 0.68% | - |
| HSV(B) | 193.22º | 0.29% | 0.79% | - |
| XYZ | 40.19 | 46.5 | 62.73 | - |
| YUV | 176.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 202 | 0.29 | 0.06 | 0 | 0.21 | 193.22 | 0.36 | 0.68 |
| Hex | 8F | BD | CA | 1D | 6 | 0 | 15 | C1 | 24 | 44 |
| Octal | 217 | 275 | 312 | 35 | 6 | 0 | 25 | 301 | 44 | 104 |
| Binary | 10001111 | 10111101 | 11001010 | 11101 | 110 | 0 | 10101 | 11000001 | 100100 | 1000100 |
Color Harmonies of #8FBDCA
Complementary color
Monochromatic Colors of #8FBDCA
Black with #8FBDCA
Text Example
Text Example
White with #8FBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDCA; }
p { color: rgb(143,189,202); }
H1.HeaderClassName
{
color: #8FBDCA;
}
.AnyTagClassName
{
color: #8FBDCA;
}
</style>
background-color css
<style>
a { background-color: #8FBDCA; }
a { background-color: rgb(143,189,202); }
div.DivClassName
{
background-color: #8FBDCA;
}
.BgClassName
{
background-color: #8FBDCA;
}
</style>
border-color css
<style>
span { border-color: #8FBDCA; }
span { border-color: rgb(143,189,202); }
td.TdClassName
{
border-color: #8FBDCA;
}
.TagClassName
{
border-color: #8FBDCA;
}
</style>