Shades of Seagull #89BFD3
Tints of Seagull #89BFD3
RGB
CMYK
RGB Variations
Color information
#89BFD3 (or 0x89BFD3) is known color: Seagull. HEX triplet: 89, BF and D3. RGB value is (137,191,211). Sum of RGB (Red+Green+Blue) = 137+191+211=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #89BFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFD3 is #76402C. Grayscale: #B1B1B1. Windows color (decimal): -7749677 or 13877129. OLE color: 13877129.
HSL color Cylindrical-coordinate representation of color #89BFD3: hue angle of 196.22º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89BFD3 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 191 | 211 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.17 |
| HSL | 196.22º | 0.46% | 0.68% | - |
| HSV(B) | 196.22º | 0.35% | 0.83% | - |
| XYZ | 40.71 | 47.28 | 68.61 | - |
| YUV | 177.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 211 | 0.35 | 0.09 | 0 | 0.17 | 196.22 | 0.46 | 0.68 |
| Hex | 89 | BF | D3 | 23 | 9 | 0 | 11 | C4 | 2E | 44 |
| Octal | 211 | 277 | 323 | 43 | 11 | 0 | 21 | 304 | 56 | 104 |
| Binary | 10001001 | 10111111 | 11010011 | 100011 | 1001 | 0 | 10001 | 11000100 | 101110 | 1000100 |
Color Harmonies of #89BFD3
Complementary color
Monochromatic Colors of #89BFD3
Black with #89BFD3
Text Example
Text Example
White with #89BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFD3; }
p { color: rgb(137,191,211); }
H1.HeaderClassName
{
color: #89BFD3;
}
.AnyTagClassName
{
color: #89BFD3;
}
</style>
background-color css
<style>
a { background-color: #89BFD3; }
a { background-color: rgb(137,191,211); }
div.DivClassName
{
background-color: #89BFD3;
}
.BgClassName
{
background-color: #89BFD3;
}
</style>
border-color css
<style>
span { border-color: #89BFD3; }
span { border-color: rgb(137,191,211); }
td.TdClassName
{
border-color: #89BFD3;
}
.TagClassName
{
border-color: #89BFD3;
}
</style>