Shades of Seagull #7FBBD7
Tints of Seagull #7FBBD7
RGB
CMYK
RGB Variations
Color information
#7FBBD7 (or 0x7FBBD7) is known color: Seagull. HEX triplet: 7F, BB and D7. RGB value is (127,187,215). Sum of RGB (Red+Green+Blue) = 127+187+215=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #7FBBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBD7 is #804428. Grayscale: #ACACAC. Windows color (decimal): -8406057 or 14138239. OLE color: 14138239.
HSL color Cylindrical-coordinate representation of color #7FBBD7: hue angle of 199.09º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FBBD7 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 187 | 215 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.16 |
| HSL | 199.09º | 0.52% | 0.67% | - |
| HSV(B) | 199.09º | 0.41% | 0.84% | - |
| XYZ | 38.79 | 44.96 | 70.92 | - |
| YUV | 172.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 215 | 0.41 | 0.13 | 0 | 0.16 | 199.09 | 0.52 | 0.67 |
| Hex | 7F | BB | D7 | 29 | D | 0 | 10 | C7 | 34 | 43 |
| Octal | 177 | 273 | 327 | 51 | 15 | 0 | 20 | 307 | 64 | 103 |
| Binary | 1111111 | 10111011 | 11010111 | 101001 | 1101 | 0 | 10000 | 11000111 | 110100 | 1000011 |
Color Harmonies of #7FBBD7
Complementary color
Monochromatic Colors of #7FBBD7
Black with #7FBBD7
Text Example
Text Example
White with #7FBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBD7; }
p { color: rgb(127,187,215); }
H1.HeaderClassName
{
color: #7FBBD7;
}
.AnyTagClassName
{
color: #7FBBD7;
}
</style>
background-color css
<style>
a { background-color: #7FBBD7; }
a { background-color: rgb(127,187,215); }
div.DivClassName
{
background-color: #7FBBD7;
}
.BgClassName
{
background-color: #7FBBD7;
}
</style>
border-color css
<style>
span { border-color: #7FBBD7; }
span { border-color: rgb(127,187,215); }
td.TdClassName
{
border-color: #7FBBD7;
}
.TagClassName
{
border-color: #7FBBD7;
}
</style>