Shades of Seagull #7FBEDE
Tints of Seagull #7FBEDE
RGB
CMYK
RGB Variations
Color information
#7FBEDE (or 0x7FBEDE) is known color: Seagull. HEX triplet: 7F, BE and DE. RGB value is (127,190,222). Sum of RGB (Red+Green+Blue) = 127+190+222=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #7FBEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEDE is #804121. Grayscale: #AEAEAE. Windows color (decimal): -8405282 or 14597759. OLE color: 14597759.
HSL color Cylindrical-coordinate representation of color #7FBEDE: hue angle of 200.21º degrees, saturation: 0.59, 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 #7FBEDE is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 190 | 222 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.13 |
| HSL | 200.21º | 0.59% | 0.68% | - |
| HSV(B) | 200.21º | 0.43% | 0.87% | - |
| XYZ | 40.35 | 46.61 | 75.98 | - |
| YUV | 174.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 222 | 0.43 | 0.14 | 0 | 0.13 | 200.21 | 0.59 | 0.68 |
| Hex | 7F | BE | DE | 2B | E | 0 | D | C8 | 3B | 44 |
| Octal | 177 | 276 | 336 | 53 | 16 | 0 | 15 | 310 | 73 | 104 |
| Binary | 1111111 | 10111110 | 11011110 | 101011 | 1110 | 0 | 1101 | 11001000 | 111011 | 1000100 |
Color Harmonies of #7FBEDE
Complementary color
Monochromatic Colors of #7FBEDE
Black with #7FBEDE
Text Example
Text Example
White with #7FBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBEDE; }
p { color: rgb(127,190,222); }
H1.HeaderClassName
{
color: #7FBEDE;
}
.AnyTagClassName
{
color: #7FBEDE;
}
</style>
background-color css
<style>
a { background-color: #7FBEDE; }
a { background-color: rgb(127,190,222); }
div.DivClassName
{
background-color: #7FBEDE;
}
.BgClassName
{
background-color: #7FBEDE;
}
</style>
border-color css
<style>
span { border-color: #7FBEDE; }
span { border-color: rgb(127,190,222); }
td.TdClassName
{
border-color: #7FBEDE;
}
.TagClassName
{
border-color: #7FBEDE;
}
</style>