Shades of Seagull #7FBECF
Tints of Seagull #7FBECF
RGB
CMYK
RGB Variations
Color information
#7FBECF (or 0x7FBECF) is known color: Seagull. HEX triplet: 7F, BE and CF. RGB value is (127,190,207). Sum of RGB (Red+Green+Blue) = 127+190+207=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FBECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBECF is #804130. Grayscale: #ACACAC. Windows color (decimal): -8405297 or 13614719. OLE color: 13614719.
HSL color Cylindrical-coordinate representation of color #7FBECF: hue angle of 192.75º 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 #7FBECF is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 190 | 207 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.19 |
| HSL | 192.75º | 0.45% | 0.65% | - |
| HSV(B) | 192.75º | 0.39% | 0.81% | - |
| XYZ | 38.43 | 45.84 | 65.85 | - |
| YUV | 173.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 207 | 0.39 | 0.08 | 0 | 0.19 | 192.75 | 0.45 | 0.65 |
| Hex | 7F | BE | CF | 27 | 8 | 0 | 13 | C1 | 2D | 41 |
| Octal | 177 | 276 | 317 | 47 | 10 | 0 | 23 | 301 | 55 | 101 |
| Binary | 1111111 | 10111110 | 11001111 | 100111 | 1000 | 0 | 10011 | 11000001 | 101101 | 1000001 |
Color Harmonies of #7FBECF
Complementary color
Monochromatic Colors of #7FBECF
Black with #7FBECF
Text Example
Text Example
White with #7FBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBECF; }
p { color: rgb(127,190,207); }
H1.HeaderClassName
{
color: #7FBECF;
}
.AnyTagClassName
{
color: #7FBECF;
}
</style>
background-color css
<style>
a { background-color: #7FBECF; }
a { background-color: rgb(127,190,207); }
div.DivClassName
{
background-color: #7FBECF;
}
.BgClassName
{
background-color: #7FBECF;
}
</style>
border-color css
<style>
span { border-color: #7FBECF; }
span { border-color: rgb(127,190,207); }
td.TdClassName
{
border-color: #7FBECF;
}
.TagClassName
{
border-color: #7FBECF;
}
</style>