Shades of Seagull #7FB8CA
Tints of Seagull #7FB8CA
RGB
CMYK
RGB Variations
Color information
#7FB8CA (or 0x7FB8CA) is known color: Seagull. HEX triplet: 7F, B8 and CA. RGB value is (127,184,202). Sum of RGB (Red+Green+Blue) = 127+184+202=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FB8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB8CA is #804735. Grayscale: #A8A8A8. Windows color (decimal): -8406838 or 13285503. OLE color: 13285503.
HSL color Cylindrical-coordinate representation of color #7FB8CA: hue angle of 194.4º 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 #7FB8CA is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 184 | 202 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.21 |
| HSL | 194.4º | 0.41% | 0.65% | - |
| HSV(B) | 194.4º | 0.37% | 0.79% | - |
| XYZ | 36.55 | 43.06 | 62.26 | - |
| YUV | 169.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 202 | 0.37 | 0.09 | 0 | 0.21 | 194.4 | 0.41 | 0.65 |
| Hex | 7F | B8 | CA | 25 | 9 | 0 | 15 | C2 | 29 | 41 |
| Octal | 177 | 270 | 312 | 45 | 11 | 0 | 25 | 302 | 51 | 101 |
| Binary | 1111111 | 10111000 | 11001010 | 100101 | 1001 | 0 | 10101 | 11000010 | 101001 | 1000001 |
Color Harmonies of #7FB8CA
Complementary color
Monochromatic Colors of #7FB8CA
Black with #7FB8CA
Text Example
Text Example
White with #7FB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB8CA; }
p { color: rgb(127,184,202); }
H1.HeaderClassName
{
color: #7FB8CA;
}
.AnyTagClassName
{
color: #7FB8CA;
}
</style>
background-color css
<style>
a { background-color: #7FB8CA; }
a { background-color: rgb(127,184,202); }
div.DivClassName
{
background-color: #7FB8CA;
}
.BgClassName
{
background-color: #7FB8CA;
}
</style>
border-color css
<style>
span { border-color: #7FB8CA; }
span { border-color: rgb(127,184,202); }
td.TdClassName
{
border-color: #7FB8CA;
}
.TagClassName
{
border-color: #7FB8CA;
}
</style>