Shades of Seagull #7FBFDB
Tints of Seagull #7FBFDB
RGB
CMYK
RGB Variations
Color information
#7FBFDB (or 0x7FBFDB) is known color: Seagull. HEX triplet: 7F, BF and DB. RGB value is (127,191,219). Sum of RGB (Red+Green+Blue) = 127+191+219=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFDB is #804024. Grayscale: #AEAEAE. Windows color (decimal): -8405029 or 14401407. OLE color: 14401407.
HSL color Cylindrical-coordinate representation of color #7FBFDB: hue angle of 198.26º degrees, saturation: 0.56, 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 #7FBFDB is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 191 | 219 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.14 |
| HSL | 198.26º | 0.56% | 0.68% | - |
| HSV(B) | 198.26º | 0.42% | 0.86% | - |
| XYZ | 40.17 | 46.89 | 73.95 | - |
| YUV | 175.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 219 | 0.42 | 0.13 | 0 | 0.14 | 198.26 | 0.56 | 0.68 |
| Hex | 7F | BF | DB | 2A | D | 0 | E | C6 | 38 | 44 |
| Octal | 177 | 277 | 333 | 52 | 15 | 0 | 16 | 306 | 70 | 104 |
| Binary | 1111111 | 10111111 | 11011011 | 101010 | 1101 | 0 | 1110 | 11000110 | 111000 | 1000100 |
Color Harmonies of #7FBFDB
Complementary color
Monochromatic Colors of #7FBFDB
Black with #7FBFDB
Text Example
Text Example
White with #7FBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBFDB; }
p { color: rgb(127,191,219); }
H1.HeaderClassName
{
color: #7FBFDB;
}
.AnyTagClassName
{
color: #7FBFDB;
}
</style>
background-color css
<style>
a { background-color: #7FBFDB; }
a { background-color: rgb(127,191,219); }
div.DivClassName
{
background-color: #7FBFDB;
}
.BgClassName
{
background-color: #7FBFDB;
}
</style>
border-color css
<style>
span { border-color: #7FBFDB; }
span { border-color: rgb(127,191,219); }
td.TdClassName
{
border-color: #7FBFDB;
}
.TagClassName
{
border-color: #7FBFDB;
}
</style>