Shades of Seagull #89C0CD
Tints of Seagull #89C0CD
RGB
CMYK
RGB Variations
Color information
#89C0CD (or 0x89C0CD) is known color: Seagull. HEX triplet: 89, C0 and CD. RGB value is (137,192,205). Sum of RGB (Red+Green+Blue) = 137+192+205=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #89C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0CD is #763F32. Grayscale: #B0B0B0. Windows color (decimal): -7749427 or 13484169. OLE color: 13484169.
HSL color Cylindrical-coordinate representation of color #89C0CD: hue angle of 191.47º degrees, saturation: 0.4, 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 #89C0CD is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 192 | 205 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.20 |
| HSL | 191.47º | 0.4% | 0.67% | - |
| HSV(B) | 191.47º | 0.33% | 0.8% | - |
| XYZ | 40.19 | 47.43 | 64.79 | - |
| YUV | 177.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 205 | 0.33 | 0.06 | 0 | 0.20 | 191.47 | 0.4 | 0.67 |
| Hex | 89 | C0 | CD | 21 | 6 | 0 | 14 | BF | 28 | 43 |
| Octal | 211 | 300 | 315 | 41 | 6 | 0 | 24 | 277 | 50 | 103 |
| Binary | 10001001 | 11000000 | 11001101 | 100001 | 110 | 0 | 10100 | 10111111 | 101000 | 1000011 |
Color Harmonies of #89C0CD
Complementary color
Monochromatic Colors of #89C0CD
Black with #89C0CD
Text Example
Text Example
White with #89C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0CD; }
p { color: rgb(137,192,205); }
H1.HeaderClassName
{
color: #89C0CD;
}
.AnyTagClassName
{
color: #89C0CD;
}
</style>
background-color css
<style>
a { background-color: #89C0CD; }
a { background-color: rgb(137,192,205); }
div.DivClassName
{
background-color: #89C0CD;
}
.BgClassName
{
background-color: #89C0CD;
}
</style>
border-color css
<style>
span { border-color: #89C0CD; }
span { border-color: rgb(137,192,205); }
td.TdClassName
{
border-color: #89C0CD;
}
.TagClassName
{
border-color: #89C0CD;
}
</style>