Shades of Seagull #7FC0CE
Tints of Seagull #7FC0CE
RGB
CMYK
RGB Variations
Color information
#7FC0CE (or 0x7FC0CE) is known color: Seagull. HEX triplet: 7F, C0 and CE. RGB value is (127,192,206). Sum of RGB (Red+Green+Blue) = 127+192+206=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FC0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0CE is #803F31. Grayscale: #AEAEAE. Windows color (decimal): -8404786 or 13549695. OLE color: 13549695.
HSL color Cylindrical-coordinate representation of color #7FC0CE: hue angle of 190.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FC0CE is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 192 | 206 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.19 |
| HSL | 190.63º | 0.45% | 0.65% | - |
| HSV(B) | 190.63º | 0.38% | 0.81% | - |
| XYZ | 38.74 | 46.67 | 65.36 | - |
| YUV | 174.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 206 | 0.38 | 0.07 | 0 | 0.19 | 190.63 | 0.45 | 0.65 |
| Hex | 7F | C0 | CE | 26 | 7 | 0 | 13 | BF | 2D | 41 |
| Octal | 177 | 300 | 316 | 46 | 7 | 0 | 23 | 277 | 55 | 101 |
| Binary | 1111111 | 11000000 | 11001110 | 100110 | 111 | 0 | 10011 | 10111111 | 101101 | 1000001 |
Color Harmonies of #7FC0CE
Complementary color
Monochromatic Colors of #7FC0CE
Black with #7FC0CE
Text Example
Text Example
White with #7FC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0CE; }
p { color: rgb(127,192,206); }
H1.HeaderClassName
{
color: #7FC0CE;
}
.AnyTagClassName
{
color: #7FC0CE;
}
</style>
background-color css
<style>
a { background-color: #7FC0CE; }
a { background-color: rgb(127,192,206); }
div.DivClassName
{
background-color: #7FC0CE;
}
.BgClassName
{
background-color: #7FC0CE;
}
</style>
border-color css
<style>
span { border-color: #7FC0CE; }
span { border-color: rgb(127,192,206); }
td.TdClassName
{
border-color: #7FC0CE;
}
.TagClassName
{
border-color: #7FC0CE;
}
</style>