Shades of Seagull #7FB7DA
Tints of Seagull #7FB7DA
RGB
CMYK
RGB Variations
Color information
#7FB7DA (or 0x7FB7DA) is known color: Seagull. HEX triplet: 7F, B7 and DA. RGB value is (127,183,218). Sum of RGB (Red+Green+Blue) = 127+183+218=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FB7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB7DA is #804825. Grayscale: #AAAAAA. Windows color (decimal): -8407078 or 14333823. OLE color: 14333823.
HSL color Cylindrical-coordinate representation of color #7FB7DA: hue angle of 203.08º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB7DA is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 183 | 218 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.15 |
| HSL | 203.08º | 0.55% | 0.68% | - |
| HSV(B) | 203.08º | 0.42% | 0.85% | - |
| XYZ | 38.34 | 43.44 | 72.69 | - |
| YUV | 170.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 218 | 0.42 | 0.16 | 0 | 0.15 | 203.08 | 0.55 | 0.68 |
| Hex | 7F | B7 | DA | 2A | 10 | 0 | F | CB | 37 | 44 |
| Octal | 177 | 267 | 332 | 52 | 20 | 0 | 17 | 313 | 67 | 104 |
| Binary | 1111111 | 10110111 | 11011010 | 101010 | 10000 | 0 | 1111 | 11001011 | 110111 | 1000100 |
Color Harmonies of #7FB7DA
Complementary color
Monochromatic Colors of #7FB7DA
Black with #7FB7DA
Text Example
Text Example
White with #7FB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB7DA; }
p { color: rgb(127,183,218); }
H1.HeaderClassName
{
color: #7FB7DA;
}
.AnyTagClassName
{
color: #7FB7DA;
}
</style>
background-color css
<style>
a { background-color: #7FB7DA; }
a { background-color: rgb(127,183,218); }
div.DivClassName
{
background-color: #7FB7DA;
}
.BgClassName
{
background-color: #7FB7DA;
}
</style>
border-color css
<style>
span { border-color: #7FB7DA; }
span { border-color: rgb(127,183,218); }
td.TdClassName
{
border-color: #7FB7DA;
}
.TagClassName
{
border-color: #7FB7DA;
}
</style>