Shades of Seagull #89B7D5
Tints of Seagull #89B7D5
RGB
CMYK
RGB Variations
Color information
#89B7D5 (or 0x89B7D5) is known color: Seagull. HEX triplet: 89, B7 and D5. RGB value is (137,183,213). Sum of RGB (Red+Green+Blue) = 137+183+213=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #89B7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7D5 is #76482A. Grayscale: #ACACAC. Windows color (decimal): -7751723 or 14006153. OLE color: 14006153.
HSL color Cylindrical-coordinate representation of color #89B7D5: hue angle of 203.68º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89B7D5 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 183 | 213 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.16 |
| HSL | 203.68º | 0.48% | 0.69% | - |
| HSV(B) | 203.68º | 0.36% | 0.84% | - |
| XYZ | 39.26 | 43.99 | 69.37 | - |
| YUV | 172.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 213 | 0.36 | 0.14 | 0 | 0.16 | 203.68 | 0.48 | 0.69 |
| Hex | 89 | B7 | D5 | 24 | E | 0 | 10 | CC | 30 | 45 |
| Octal | 211 | 267 | 325 | 44 | 16 | 0 | 20 | 314 | 60 | 105 |
| Binary | 10001001 | 10110111 | 11010101 | 100100 | 1110 | 0 | 10000 | 11001100 | 110000 | 1000101 |
Color Harmonies of #89B7D5
Complementary color
Monochromatic Colors of #89B7D5
Black with #89B7D5
Text Example
Text Example
White with #89B7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B7D5; }
p { color: rgb(137,183,213); }
H1.HeaderClassName
{
color: #89B7D5;
}
.AnyTagClassName
{
color: #89B7D5;
}
</style>
background-color css
<style>
a { background-color: #89B7D5; }
a { background-color: rgb(137,183,213); }
div.DivClassName
{
background-color: #89B7D5;
}
.BgClassName
{
background-color: #89B7D5;
}
</style>
border-color css
<style>
span { border-color: #89B7D5; }
span { border-color: rgb(137,183,213); }
td.TdClassName
{
border-color: #89B7D5;
}
.TagClassName
{
border-color: #89B7D5;
}
</style>