Shades of Seagull #7FBFDD
Tints of Seagull #7FBFDD
RGB
CMYK
RGB Variations
Color information
#7FBFDD (or 0x7FBFDD) is known color: Seagull. HEX triplet: 7F, BF and DD. RGB value is (127,191,221). Sum of RGB (Red+Green+Blue) = 127+191+221=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFDD is #804022. Grayscale: #AFAFAF. Windows color (decimal): -8405027 or 14532479. OLE color: 14532479.
HSL color Cylindrical-coordinate representation of color #7FBFDD: hue angle of 199.15º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FBFDD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 191 | 221 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.13 |
| HSL | 199.15º | 0.58% | 0.68% | - |
| HSV(B) | 199.15º | 0.43% | 0.87% | - |
| XYZ | 40.43 | 46.99 | 75.35 | - |
| YUV | 175.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 221 | 0.43 | 0.14 | 0 | 0.13 | 199.15 | 0.58 | 0.68 |
| Hex | 7F | BF | DD | 2B | E | 0 | D | C7 | 3A | 44 |
| Octal | 177 | 277 | 335 | 53 | 16 | 0 | 15 | 307 | 72 | 104 |
| Binary | 1111111 | 10111111 | 11011101 | 101011 | 1110 | 0 | 1101 | 11000111 | 111010 | 1000100 |
Color Harmonies of #7FBFDD
Complementary color
Monochromatic Colors of #7FBFDD
Black with #7FBFDD
Text Example
Text Example
White with #7FBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBFDD; }
p { color: rgb(127,191,221); }
H1.HeaderClassName
{
color: #7FBFDD;
}
.AnyTagClassName
{
color: #7FBFDD;
}
</style>
background-color css
<style>
a { background-color: #7FBFDD; }
a { background-color: rgb(127,191,221); }
div.DivClassName
{
background-color: #7FBFDD;
}
.BgClassName
{
background-color: #7FBFDD;
}
</style>
border-color css
<style>
span { border-color: #7FBFDD; }
span { border-color: rgb(127,191,221); }
td.TdClassName
{
border-color: #7FBFDD;
}
.TagClassName
{
border-color: #7FBFDD;
}
</style>