Shades of Seagull #8FBBCA
Tints of Seagull #8FBBCA
RGB
CMYK
RGB Variations
Color information
#8FBBCA (or 0x8FBBCA) is known color: Seagull. HEX triplet: 8F, BB and CA. RGB value is (143,187,202). Sum of RGB (Red+Green+Blue) = 143+187+202=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FBBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBCA is #704435. Grayscale: #AFAFAF. Windows color (decimal): -7357494 or 13286287. OLE color: 13286287.
HSL color Cylindrical-coordinate representation of color #8FBBCA: hue angle of 195.25º 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 #8FBBCA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 187 | 202 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.21 |
| HSL | 195.25º | 0.36% | 0.68% | - |
| HSV(B) | 195.25º | 0.29% | 0.79% | - |
| XYZ | 39.76 | 45.64 | 62.59 | - |
| YUV | 175.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 202 | 0.29 | 0.07 | 0 | 0.21 | 195.25 | 0.36 | 0.68 |
| Hex | 8F | BB | CA | 1D | 7 | 0 | 15 | C3 | 24 | 44 |
| Octal | 217 | 273 | 312 | 35 | 7 | 0 | 25 | 303 | 44 | 104 |
| Binary | 10001111 | 10111011 | 11001010 | 11101 | 111 | 0 | 10101 | 11000011 | 100100 | 1000100 |
Color Harmonies of #8FBBCA
Complementary color
Monochromatic Colors of #8FBBCA
Black with #8FBBCA
Text Example
Text Example
White with #8FBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBCA; }
p { color: rgb(143,187,202); }
H1.HeaderClassName
{
color: #8FBBCA;
}
.AnyTagClassName
{
color: #8FBBCA;
}
</style>
background-color css
<style>
a { background-color: #8FBBCA; }
a { background-color: rgb(143,187,202); }
div.DivClassName
{
background-color: #8FBBCA;
}
.BgClassName
{
background-color: #8FBBCA;
}
</style>
border-color css
<style>
span { border-color: #8FBBCA; }
span { border-color: rgb(143,187,202); }
td.TdClassName
{
border-color: #8FBBCA;
}
.TagClassName
{
border-color: #8FBBCA;
}
</style>