Shades of Seagull #7FBADF
Tints of Seagull #7FBADF
RGB
CMYK
RGB Variations
Color information
#7FBADF (or 0x7FBADF) is known color: Seagull. HEX triplet: 7F, BA and DF. RGB value is (127,186,223). Sum of RGB (Red+Green+Blue) = 127+186+223=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FBADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBADF is #804520. Grayscale: #ACACAC. Windows color (decimal): -8406305 or 14662271. OLE color: 14662271.
HSL color Cylindrical-coordinate representation of color #7FBADF: hue angle of 203.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FBADF is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 186 | 223 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.13 |
| HSL | 203.13º | 0.6% | 0.69% | - |
| HSV(B) | 203.13º | 0.43% | 0.87% | - |
| XYZ | 39.63 | 44.96 | 76.4 | - |
| YUV | 172.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 223 | 0.43 | 0.17 | 0 | 0.13 | 203.13 | 0.6 | 0.69 |
| Hex | 7F | BA | DF | 2B | 11 | 0 | D | CB | 3C | 45 |
| Octal | 177 | 272 | 337 | 53 | 21 | 0 | 15 | 313 | 74 | 105 |
| Binary | 1111111 | 10111010 | 11011111 | 101011 | 10001 | 0 | 1101 | 11001011 | 111100 | 1000101 |
Color Harmonies of #7FBADF
Complementary color
Monochromatic Colors of #7FBADF
Black with #7FBADF
Text Example
Text Example
White with #7FBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBADF; }
p { color: rgb(127,186,223); }
H1.HeaderClassName
{
color: #7FBADF;
}
.AnyTagClassName
{
color: #7FBADF;
}
</style>
background-color css
<style>
a { background-color: #7FBADF; }
a { background-color: rgb(127,186,223); }
div.DivClassName
{
background-color: #7FBADF;
}
.BgClassName
{
background-color: #7FBADF;
}
</style>
border-color css
<style>
span { border-color: #7FBADF; }
span { border-color: rgb(127,186,223); }
td.TdClassName
{
border-color: #7FBADF;
}
.TagClassName
{
border-color: #7FBADF;
}
</style>