Shades of Seagull #7FBED5
Tints of Seagull #7FBED5
RGB
CMYK
RGB Variations
Color information
#7FBED5 (or 0x7FBED5) is known color: Seagull. HEX triplet: 7F, BE and D5. RGB value is (127,190,213). Sum of RGB (Red+Green+Blue) = 127+190+213=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #7FBED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBED5 is #80412A. Grayscale: #ADADAD. Windows color (decimal): -8405291 or 14007935. OLE color: 14007935.
HSL color Cylindrical-coordinate representation of color #7FBED5: hue angle of 196.05º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FBED5 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 190 | 213 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.16 |
| HSL | 196.05º | 0.51% | 0.67% | - |
| HSV(B) | 196.05º | 0.4% | 0.84% | - |
| XYZ | 39.18 | 46.14 | 69.79 | - |
| YUV | 173.79 | 150.13 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 213 | 0.40 | 0.11 | 0 | 0.16 | 196.05 | 0.51 | 0.67 |
| Hex | 7F | BE | D5 | 28 | B | 0 | 10 | C4 | 33 | 43 |
| Octal | 177 | 276 | 325 | 50 | 13 | 0 | 20 | 304 | 63 | 103 |
| Binary | 1111111 | 10111110 | 11010101 | 101000 | 1011 | 0 | 10000 | 11000100 | 110011 | 1000011 |
Color Harmonies of #7FBED5
Complementary color
Monochromatic Colors of #7FBED5
Black with #7FBED5
Text Example
Text Example
White with #7FBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBED5; }
p { color: rgb(127,190,213); }
H1.HeaderClassName
{
color: #7FBED5;
}
.AnyTagClassName
{
color: #7FBED5;
}
</style>
background-color css
<style>
a { background-color: #7FBED5; }
a { background-color: rgb(127,190,213); }
div.DivClassName
{
background-color: #7FBED5;
}
.BgClassName
{
background-color: #7FBED5;
}
</style>
border-color css
<style>
span { border-color: #7FBED5; }
span { border-color: rgb(127,190,213); }
td.TdClassName
{
border-color: #7FBED5;
}
.TagClassName
{
border-color: #7FBED5;
}
</style>