Shades of Seagull #91BBCC
Tints of Seagull #91BBCC
RGB
CMYK
RGB Variations
Color information
#91BBCC (or 0x91BBCC) is known color: Seagull. HEX triplet: 91, BB and CC. RGB value is (145,187,204). Sum of RGB (Red+Green+Blue) = 145+187+204=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #91BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBCC is #6E4433. Grayscale: #B0B0B0. Windows color (decimal): -7226420 or 13417361. OLE color: 13417361.
HSL color Cylindrical-coordinate representation of color #91BBCC: hue angle of 197.29º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91BBCC is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 187 | 204 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.2 |
| HSL | 197.29º | 0.37% | 0.68% | - |
| HSV(B) | 197.29º | 0.29% | 0.8% | - |
| XYZ | 40.35 | 45.92 | 63.86 | - |
| YUV | 176.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 204 | 0.29 | 0.08 | 0 | 0.2 | 197.29 | 0.37 | 0.68 |
| Hex | 91 | BB | CC | 1D | 8 | 0 | 14 | C5 | 25 | 44 |
| Octal | 221 | 273 | 314 | 35 | 10 | 0 | 24 | 305 | 45 | 104 |
| Binary | 10010001 | 10111011 | 11001100 | 11101 | 1000 | 0 | 10100 | 11000101 | 100101 | 1000100 |
Color Harmonies of #91BBCC
Complementary color
Monochromatic Colors of #91BBCC
Black with #91BBCC
Text Example
Text Example
White with #91BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBCC; }
p { color: rgb(145,187,204); }
H1.HeaderClassName
{
color: #91BBCC;
}
.AnyTagClassName
{
color: #91BBCC;
}
</style>
background-color css
<style>
a { background-color: #91BBCC; }
a { background-color: rgb(145,187,204); }
div.DivClassName
{
background-color: #91BBCC;
}
.BgClassName
{
background-color: #91BBCC;
}
</style>
border-color css
<style>
span { border-color: #91BBCC; }
span { border-color: rgb(145,187,204); }
td.TdClassName
{
border-color: #91BBCC;
}
.TagClassName
{
border-color: #91BBCC;
}
</style>