Shades of Seagull #89B5CB
Tints of Seagull #89B5CB
RGB
CMYK
RGB Variations
Color information
#89B5CB (or 0x89B5CB) is known color: Seagull. HEX triplet: 89, B5 and CB. RGB value is (137,181,203). Sum of RGB (Red+Green+Blue) = 137+181+203=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #89B5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5CB is #764A34. Grayscale: #AAAAAA. Windows color (decimal): -7752245 or 13350281. OLE color: 13350281.
HSL color Cylindrical-coordinate representation of color #89B5CB: hue angle of 200º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89B5CB is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 181 | 203 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.20 |
| HSL | 200º | 0.39% | 0.67% | - |
| HSV(B) | 200º | 0.33% | 0.8% | - |
| XYZ | 37.62 | 42.68 | 62.75 | - |
| YUV | 170.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 203 | 0.33 | 0.11 | 0 | 0.20 | 200 | 0.39 | 0.67 |
| Hex | 89 | B5 | CB | 21 | B | 0 | 14 | C8 | 27 | 43 |
| Octal | 211 | 265 | 313 | 41 | 13 | 0 | 24 | 310 | 47 | 103 |
| Binary | 10001001 | 10110101 | 11001011 | 100001 | 1011 | 0 | 10100 | 11001000 | 100111 | 1000011 |
Color Harmonies of #89B5CB
Complementary color
Monochromatic Colors of #89B5CB
Black with #89B5CB
Text Example
Text Example
White with #89B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B5CB; }
p { color: rgb(137,181,203); }
H1.HeaderClassName
{
color: #89B5CB;
}
.AnyTagClassName
{
color: #89B5CB;
}
</style>
background-color css
<style>
a { background-color: #89B5CB; }
a { background-color: rgb(137,181,203); }
div.DivClassName
{
background-color: #89B5CB;
}
.BgClassName
{
background-color: #89B5CB;
}
</style>
border-color css
<style>
span { border-color: #89B5CB; }
span { border-color: rgb(137,181,203); }
td.TdClassName
{
border-color: #89B5CB;
}
.TagClassName
{
border-color: #89B5CB;
}
</style>