Shades of Seagull #91BBCD
Tints of Seagull #91BBCD
RGB
CMYK
RGB Variations
Color information
#91BBCD (or 0x91BBCD) is known color: Seagull. HEX triplet: 91, BB and CD. RGB value is (145,187,205). Sum of RGB (Red+Green+Blue) = 145+187+205=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #91BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBCD is #6E4432. Grayscale: #B0B0B0. Windows color (decimal): -7226419 or 13482897. OLE color: 13482897.
HSL color Cylindrical-coordinate representation of color #91BBCD: hue angle of 198º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91BBCD is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 187 | 205 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.20 |
| HSL | 198º | 0.38% | 0.69% | - |
| HSV(B) | 198º | 0.29% | 0.8% | - |
| XYZ | 40.47 | 45.97 | 64.5 | - |
| YUV | 176.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 205 | 0.29 | 0.09 | 0 | 0.20 | 198 | 0.38 | 0.69 |
| Hex | 91 | BB | CD | 1D | 9 | 0 | 14 | C6 | 26 | 45 |
| Octal | 221 | 273 | 315 | 35 | 11 | 0 | 24 | 306 | 46 | 105 |
| Binary | 10010001 | 10111011 | 11001101 | 11101 | 1001 | 0 | 10100 | 11000110 | 100110 | 1000101 |
Color Harmonies of #91BBCD
Complementary color
Monochromatic Colors of #91BBCD
Black with #91BBCD
Text Example
Text Example
White with #91BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBCD; }
p { color: rgb(145,187,205); }
H1.HeaderClassName
{
color: #91BBCD;
}
.AnyTagClassName
{
color: #91BBCD;
}
</style>
background-color css
<style>
a { background-color: #91BBCD; }
a { background-color: rgb(145,187,205); }
div.DivClassName
{
background-color: #91BBCD;
}
.BgClassName
{
background-color: #91BBCD;
}
</style>
border-color css
<style>
span { border-color: #91BBCD; }
span { border-color: rgb(145,187,205); }
td.TdClassName
{
border-color: #91BBCD;
}
.TagClassName
{
border-color: #91BBCD;
}
</style>