Shades of Seagull #89BBD7
Tints of Seagull #89BBD7
RGB
CMYK
RGB Variations
Color information
#89BBD7 (or 0x89BBD7) is known color: Seagull. HEX triplet: 89, BB and D7. RGB value is (137,187,215). Sum of RGB (Red+Green+Blue) = 137+187+215=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #89BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBD7 is #764428. Grayscale: #AFAFAF. Windows color (decimal): -7750697 or 14138249. OLE color: 14138249.
HSL color Cylindrical-coordinate representation of color #89BBD7: hue angle of 201.54º degrees, saturation: 0.49, 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 #89BBD7 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 187 | 215 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.16 |
| HSL | 201.54º | 0.49% | 0.69% | - |
| HSV(B) | 201.54º | 0.36% | 0.84% | - |
| XYZ | 40.35 | 45.77 | 71 | - |
| YUV | 175.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 215 | 0.36 | 0.13 | 0 | 0.16 | 201.54 | 0.49 | 0.69 |
| Hex | 89 | BB | D7 | 24 | D | 0 | 10 | CA | 31 | 45 |
| Octal | 211 | 273 | 327 | 44 | 15 | 0 | 20 | 312 | 61 | 105 |
| Binary | 10001001 | 10111011 | 11010111 | 100100 | 1101 | 0 | 10000 | 11001010 | 110001 | 1000101 |
Color Harmonies of #89BBD7
Complementary color
Monochromatic Colors of #89BBD7
Black with #89BBD7
Text Example
Text Example
White with #89BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBD7; }
p { color: rgb(137,187,215); }
H1.HeaderClassName
{
color: #89BBD7;
}
.AnyTagClassName
{
color: #89BBD7;
}
</style>
background-color css
<style>
a { background-color: #89BBD7; }
a { background-color: rgb(137,187,215); }
div.DivClassName
{
background-color: #89BBD7;
}
.BgClassName
{
background-color: #89BBD7;
}
</style>
border-color css
<style>
span { border-color: #89BBD7; }
span { border-color: rgb(137,187,215); }
td.TdClassName
{
border-color: #89BBD7;
}
.TagClassName
{
border-color: #89BBD7;
}
</style>