Shades of Seagull #89B6D0
Tints of Seagull #89B6D0
RGB
CMYK
RGB Variations
Color information
#89B6D0 (or 0x89B6D0) is known color: Seagull. HEX triplet: 89, B6 and D0. RGB value is (137,182,208). Sum of RGB (Red+Green+Blue) = 137+182+208=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #89B6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B6D0 is #76492F. Grayscale: #ABABAB. Windows color (decimal): -7751984 or 13678217. OLE color: 13678217.
HSL color Cylindrical-coordinate representation of color #89B6D0: hue angle of 201.97º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89B6D0 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 182 | 208 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.18 |
| HSL | 201.97º | 0.43% | 0.68% | - |
| HSV(B) | 201.97º | 0.34% | 0.82% | - |
| XYZ | 38.43 | 43.33 | 66.01 | - |
| YUV | 171.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 182 | 208 | 0.34 | 0.12 | 0 | 0.18 | 201.97 | 0.43 | 0.68 |
| Hex | 89 | B6 | D0 | 22 | C | 0 | 12 | CA | 2B | 44 |
| Octal | 211 | 266 | 320 | 42 | 14 | 0 | 22 | 312 | 53 | 104 |
| Binary | 10001001 | 10110110 | 11010000 | 100010 | 1100 | 0 | 10010 | 11001010 | 101011 | 1000100 |
Color Harmonies of #89B6D0
Complementary color
Monochromatic Colors of #89B6D0
Black with #89B6D0
Text Example
Text Example
White with #89B6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B6D0; }
p { color: rgb(137,182,208); }
H1.HeaderClassName
{
color: #89B6D0;
}
.AnyTagClassName
{
color: #89B6D0;
}
</style>
background-color css
<style>
a { background-color: #89B6D0; }
a { background-color: rgb(137,182,208); }
div.DivClassName
{
background-color: #89B6D0;
}
.BgClassName
{
background-color: #89B6D0;
}
</style>
border-color css
<style>
span { border-color: #89B6D0; }
span { border-color: rgb(137,182,208); }
td.TdClassName
{
border-color: #89B6D0;
}
.TagClassName
{
border-color: #89B6D0;
}
</style>