Shades of Seagull #91BBCF
Tints of Seagull #91BBCF
RGB
CMYK
RGB Variations
Color information
#91BBCF (or 0x91BBCF) is known color: Seagull. HEX triplet: 91, BB and CF. RGB value is (145,187,207). Sum of RGB (Red+Green+Blue) = 145+187+207=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #91BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBCF is #6E4430. Grayscale: #B0B0B0. Windows color (decimal): -7226417 or 13613969. OLE color: 13613969.
HSL color Cylindrical-coordinate representation of color #91BBCF: hue angle of 199.35º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91BBCF is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 187 | 207 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.19 |
| HSL | 199.35º | 0.39% | 0.69% | - |
| HSV(B) | 199.35º | 0.3% | 0.81% | - |
| XYZ | 40.71 | 46.07 | 65.78 | - |
| YUV | 176.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 207 | 0.30 | 0.10 | 0 | 0.19 | 199.35 | 0.39 | 0.69 |
| Hex | 91 | BB | CF | 1E | A | 0 | 13 | C7 | 27 | 45 |
| Octal | 221 | 273 | 317 | 36 | 12 | 0 | 23 | 307 | 47 | 105 |
| Binary | 10010001 | 10111011 | 11001111 | 11110 | 1010 | 0 | 10011 | 11000111 | 100111 | 1000101 |
Color Harmonies of #91BBCF
Complementary color
Monochromatic Colors of #91BBCF
Black with #91BBCF
Text Example
Text Example
White with #91BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBCF; }
p { color: rgb(145,187,207); }
H1.HeaderClassName
{
color: #91BBCF;
}
.AnyTagClassName
{
color: #91BBCF;
}
</style>
background-color css
<style>
a { background-color: #91BBCF; }
a { background-color: rgb(145,187,207); }
div.DivClassName
{
background-color: #91BBCF;
}
.BgClassName
{
background-color: #91BBCF;
}
</style>
border-color css
<style>
span { border-color: #91BBCF; }
span { border-color: rgb(145,187,207); }
td.TdClassName
{
border-color: #91BBCF;
}
.TagClassName
{
border-color: #91BBCF;
}
</style>