Shades of Seagull #8FBDD4
Tints of Seagull #8FBDD4
RGB
CMYK
RGB Variations
Color information
#8FBDD4 (or 0x8FBDD4) is known color: Seagull. HEX triplet: 8F, BD and D4. RGB value is (143,189,212). Sum of RGB (Red+Green+Blue) = 143+189+212=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #8FBDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDD4 is #70422B. Grayscale: #B1B1B1. Windows color (decimal): -7356972 or 13942159. OLE color: 13942159.
HSL color Cylindrical-coordinate representation of color #8FBDD4: hue angle of 200º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FBDD4 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 189 | 212 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.17 |
| HSL | 200º | 0.45% | 0.7% | - |
| HSV(B) | 200º | 0.33% | 0.83% | - |
| XYZ | 41.41 | 46.99 | 69.17 | - |
| YUV | 177.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 212 | 0.33 | 0.11 | 0 | 0.17 | 200 | 0.45 | 0.7 |
| Hex | 8F | BD | D4 | 21 | B | 0 | 11 | C8 | 2D | 46 |
| Octal | 217 | 275 | 324 | 41 | 13 | 0 | 21 | 310 | 55 | 106 |
| Binary | 10001111 | 10111101 | 11010100 | 100001 | 1011 | 0 | 10001 | 11001000 | 101101 | 1000110 |
Color Harmonies of #8FBDD4
Complementary color
Monochromatic Colors of #8FBDD4
Black with #8FBDD4
Text Example
Text Example
White with #8FBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDD4; }
p { color: rgb(143,189,212); }
H1.HeaderClassName
{
color: #8FBDD4;
}
.AnyTagClassName
{
color: #8FBDD4;
}
</style>
background-color css
<style>
a { background-color: #8FBDD4; }
a { background-color: rgb(143,189,212); }
div.DivClassName
{
background-color: #8FBDD4;
}
.BgClassName
{
background-color: #8FBDD4;
}
</style>
border-color css
<style>
span { border-color: #8FBDD4; }
span { border-color: rgb(143,189,212); }
td.TdClassName
{
border-color: #8FBDD4;
}
.TagClassName
{
border-color: #8FBDD4;
}
</style>