Shades of Seagull #7FBFDC
Tints of Seagull #7FBFDC
RGB
CMYK
RGB Variations
Color information
#7FBFDC (or 0x7FBFDC) is known color: Seagull. HEX triplet: 7F, BF and DC. RGB value is (127,191,220). Sum of RGB (Red+Green+Blue) = 127+191+220=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFDC is #804023. Grayscale: #AEAEAE. Windows color (decimal): -8405028 or 14466943. OLE color: 14466943.
HSL color Cylindrical-coordinate representation of color #7FBFDC: hue angle of 198.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FBFDC is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 191 | 220 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.14 |
| HSL | 198.71º | 0.57% | 0.68% | - |
| HSV(B) | 198.71º | 0.42% | 0.86% | - |
| XYZ | 40.3 | 46.94 | 74.65 | - |
| YUV | 175.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 220 | 0.42 | 0.13 | 0 | 0.14 | 198.71 | 0.57 | 0.68 |
| Hex | 7F | BF | DC | 2A | D | 0 | E | C7 | 39 | 44 |
| Octal | 177 | 277 | 334 | 52 | 15 | 0 | 16 | 307 | 71 | 104 |
| Binary | 1111111 | 10111111 | 11011100 | 101010 | 1101 | 0 | 1110 | 11000111 | 111001 | 1000100 |
Color Harmonies of #7FBFDC
Complementary color
Monochromatic Colors of #7FBFDC
Black with #7FBFDC
Text Example
Text Example
White with #7FBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBFDC; }
p { color: rgb(127,191,220); }
H1.HeaderClassName
{
color: #7FBFDC;
}
.AnyTagClassName
{
color: #7FBFDC;
}
</style>
background-color css
<style>
a { background-color: #7FBFDC; }
a { background-color: rgb(127,191,220); }
div.DivClassName
{
background-color: #7FBFDC;
}
.BgClassName
{
background-color: #7FBFDC;
}
</style>
border-color css
<style>
span { border-color: #7FBFDC; }
span { border-color: rgb(127,191,220); }
td.TdClassName
{
border-color: #7FBFDC;
}
.TagClassName
{
border-color: #7FBFDC;
}
</style>