Shades of Seagull #7FBECC
Tints of Seagull #7FBECC
RGB
CMYK
RGB Variations
Color information
#7FBECC (or 0x7FBECC) is known color: Seagull. HEX triplet: 7F, BE and CC. RGB value is (127,190,204). Sum of RGB (Red+Green+Blue) = 127+190+204=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBECC is #804133. Grayscale: #ACACAC. Windows color (decimal): -8405300 or 13418111. OLE color: 13418111.
HSL color Cylindrical-coordinate representation of color #7FBECC: hue angle of 190.91º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FBECC is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 190 | 204 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.2 |
| HSL | 190.91º | 0.43% | 0.65% | - |
| HSV(B) | 190.91º | 0.38% | 0.8% | - |
| XYZ | 38.06 | 45.7 | 63.94 | - |
| YUV | 172.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 204 | 0.38 | 0.07 | 0 | 0.2 | 190.91 | 0.43 | 0.65 |
| Hex | 7F | BE | CC | 26 | 7 | 0 | 14 | BF | 2B | 41 |
| Octal | 177 | 276 | 314 | 46 | 7 | 0 | 24 | 277 | 53 | 101 |
| Binary | 1111111 | 10111110 | 11001100 | 100110 | 111 | 0 | 10100 | 10111111 | 101011 | 1000001 |
Color Harmonies of #7FBECC
Complementary color
Monochromatic Colors of #7FBECC
Black with #7FBECC
Text Example
Text Example
White with #7FBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBECC; }
p { color: rgb(127,190,204); }
H1.HeaderClassName
{
color: #7FBECC;
}
.AnyTagClassName
{
color: #7FBECC;
}
</style>
background-color css
<style>
a { background-color: #7FBECC; }
a { background-color: rgb(127,190,204); }
div.DivClassName
{
background-color: #7FBECC;
}
.BgClassName
{
background-color: #7FBECC;
}
</style>
border-color css
<style>
span { border-color: #7FBECC; }
span { border-color: rgb(127,190,204); }
td.TdClassName
{
border-color: #7FBECC;
}
.TagClassName
{
border-color: #7FBECC;
}
</style>