Shades of Seagull #7FC0CF
Tints of Seagull #7FC0CF
RGB
CMYK
RGB Variations
Color information
#7FC0CF (or 0x7FC0CF) is known color: Seagull. HEX triplet: 7F, C0 and CF. RGB value is (127,192,207). Sum of RGB (Red+Green+Blue) = 127+192+207=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FC0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0CF is #803F30. Grayscale: #AEAEAE. Windows color (decimal): -8404785 or 13615231. OLE color: 13615231.
HSL color Cylindrical-coordinate representation of color #7FC0CF: hue angle of 191.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FC0CF is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 192 | 207 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.19 |
| HSL | 191.25º | 0.45% | 0.65% | - |
| HSV(B) | 191.25º | 0.39% | 0.81% | - |
| XYZ | 38.86 | 46.72 | 66 | - |
| YUV | 174.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 207 | 0.39 | 0.07 | 0 | 0.19 | 191.25 | 0.45 | 0.65 |
| Hex | 7F | C0 | CF | 27 | 7 | 0 | 13 | BF | 2D | 41 |
| Octal | 177 | 300 | 317 | 47 | 7 | 0 | 23 | 277 | 55 | 101 |
| Binary | 1111111 | 11000000 | 11001111 | 100111 | 111 | 0 | 10011 | 10111111 | 101101 | 1000001 |
Color Harmonies of #7FC0CF
Complementary color
Monochromatic Colors of #7FC0CF
Black with #7FC0CF
Text Example
Text Example
White with #7FC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0CF; }
p { color: rgb(127,192,207); }
H1.HeaderClassName
{
color: #7FC0CF;
}
.AnyTagClassName
{
color: #7FC0CF;
}
</style>
background-color css
<style>
a { background-color: #7FC0CF; }
a { background-color: rgb(127,192,207); }
div.DivClassName
{
background-color: #7FC0CF;
}
.BgClassName
{
background-color: #7FC0CF;
}
</style>
border-color css
<style>
span { border-color: #7FC0CF; }
span { border-color: rgb(127,192,207); }
td.TdClassName
{
border-color: #7FC0CF;
}
.TagClassName
{
border-color: #7FC0CF;
}
</style>