Shades of Seagull #7FB6CA
Tints of Seagull #7FB6CA
RGB
CMYK
RGB Variations
Color information
#7FB6CA (or 0x7FB6CA) is known color: Seagull. HEX triplet: 7F, B6 and CA. RGB value is (127,182,202). Sum of RGB (Red+Green+Blue) = 127+182+202=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FB6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB6CA is #804935. Grayscale: #A7A7A7. Windows color (decimal): -8407350 or 13284991. OLE color: 13284991.
HSL color Cylindrical-coordinate representation of color #7FB6CA: hue angle of 196º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FB6CA is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 182 | 202 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.21 |
| HSL | 196º | 0.41% | 0.65% | - |
| HSV(B) | 196º | 0.37% | 0.79% | - |
| XYZ | 36.14 | 42.23 | 62.12 | - |
| YUV | 167.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 202 | 0.37 | 0.10 | 0 | 0.21 | 196 | 0.41 | 0.65 |
| Hex | 7F | B6 | CA | 25 | A | 0 | 15 | C4 | 29 | 41 |
| Octal | 177 | 266 | 312 | 45 | 12 | 0 | 25 | 304 | 51 | 101 |
| Binary | 1111111 | 10110110 | 11001010 | 100101 | 1010 | 0 | 10101 | 11000100 | 101001 | 1000001 |
Color Harmonies of #7FB6CA
Complementary color
Monochromatic Colors of #7FB6CA
Black with #7FB6CA
Text Example
Text Example
White with #7FB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB6CA; }
p { color: rgb(127,182,202); }
H1.HeaderClassName
{
color: #7FB6CA;
}
.AnyTagClassName
{
color: #7FB6CA;
}
</style>
background-color css
<style>
a { background-color: #7FB6CA; }
a { background-color: rgb(127,182,202); }
div.DivClassName
{
background-color: #7FB6CA;
}
.BgClassName
{
background-color: #7FB6CA;
}
</style>
border-color css
<style>
span { border-color: #7FB6CA; }
span { border-color: rgb(127,182,202); }
td.TdClassName
{
border-color: #7FB6CA;
}
.TagClassName
{
border-color: #7FB6CA;
}
</style>