Shades of Seagull #7FBACC
Tints of Seagull #7FBACC
RGB
CMYK
RGB Variations
Color information
#7FBACC (or 0x7FBACC) is known color: Seagull. HEX triplet: 7F, BA and CC. RGB value is (127,186,204). Sum of RGB (Red+Green+Blue) = 127+186+204=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBACC is #804533. Grayscale: #AAAAAA. Windows color (decimal): -8406324 or 13417087. OLE color: 13417087.
HSL color Cylindrical-coordinate representation of color #7FBACC: hue angle of 194.03º 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 #7FBACC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 186 | 204 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.2 |
| HSL | 194.03º | 0.43% | 0.65% | - |
| HSV(B) | 194.03º | 0.38% | 0.8% | - |
| XYZ | 37.21 | 43.99 | 63.66 | - |
| YUV | 170.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 204 | 0.38 | 0.09 | 0 | 0.2 | 194.03 | 0.43 | 0.65 |
| Hex | 7F | BA | CC | 26 | 9 | 0 | 14 | C2 | 2B | 41 |
| Octal | 177 | 272 | 314 | 46 | 11 | 0 | 24 | 302 | 53 | 101 |
| Binary | 1111111 | 10111010 | 11001100 | 100110 | 1001 | 0 | 10100 | 11000010 | 101011 | 1000001 |
Color Harmonies of #7FBACC
Complementary color
Monochromatic Colors of #7FBACC
Black with #7FBACC
Text Example
Text Example
White with #7FBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBACC; }
p { color: rgb(127,186,204); }
H1.HeaderClassName
{
color: #7FBACC;
}
.AnyTagClassName
{
color: #7FBACC;
}
</style>
background-color css
<style>
a { background-color: #7FBACC; }
a { background-color: rgb(127,186,204); }
div.DivClassName
{
background-color: #7FBACC;
}
.BgClassName
{
background-color: #7FBACC;
}
</style>
border-color css
<style>
span { border-color: #7FBACC; }
span { border-color: rgb(127,186,204); }
td.TdClassName
{
border-color: #7FBACC;
}
.TagClassName
{
border-color: #7FBACC;
}
</style>