Shades of Seagull #7FB0CE
Tints of Seagull #7FB0CE
RGB
CMYK
RGB Variations
Color information
#7FB0CE (or 0x7FB0CE) is known color: Seagull. HEX triplet: 7F, B0 and CE. RGB value is (127,176,206). Sum of RGB (Red+Green+Blue) = 127+176+206=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0CE is #804F31. Grayscale: #A4A4A4. Windows color (decimal): -8408882 or 13545599. OLE color: 13545599.
HSL color Cylindrical-coordinate representation of color #7FB0CE: hue angle of 202.78º 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 #7FB0CE is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 176 | 206 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.19 |
| HSL | 202.78º | 0.45% | 0.65% | - |
| HSV(B) | 202.78º | 0.38% | 0.81% | - |
| XYZ | 35.42 | 40.02 | 64.25 | - |
| YUV | 164.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 206 | 0.38 | 0.15 | 0 | 0.19 | 202.78 | 0.45 | 0.65 |
| Hex | 7F | B0 | CE | 26 | F | 0 | 13 | CB | 2D | 41 |
| Octal | 177 | 260 | 316 | 46 | 17 | 0 | 23 | 313 | 55 | 101 |
| Binary | 1111111 | 10110000 | 11001110 | 100110 | 1111 | 0 | 10011 | 11001011 | 101101 | 1000001 |
Color Harmonies of #7FB0CE
Complementary color
Monochromatic Colors of #7FB0CE
Black with #7FB0CE
Text Example
Text Example
White with #7FB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB0CE; }
p { color: rgb(127,176,206); }
H1.HeaderClassName
{
color: #7FB0CE;
}
.AnyTagClassName
{
color: #7FB0CE;
}
</style>
background-color css
<style>
a { background-color: #7FB0CE; }
a { background-color: rgb(127,176,206); }
div.DivClassName
{
background-color: #7FB0CE;
}
.BgClassName
{
background-color: #7FB0CE;
}
</style>
border-color css
<style>
span { border-color: #7FB0CE; }
span { border-color: rgb(127,176,206); }
td.TdClassName
{
border-color: #7FB0CE;
}
.TagClassName
{
border-color: #7FB0CE;
}
</style>