Shades of Seagull #7FBCDB
Tints of Seagull #7FBCDB
RGB
CMYK
RGB Variations
Color information
#7FBCDB (or 0x7FBCDB) is known color: Seagull. HEX triplet: 7F, BC and DB. RGB value is (127,188,219). Sum of RGB (Red+Green+Blue) = 127+188+219=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCDB is #804324. Grayscale: #ADADAD. Windows color (decimal): -8405797 or 14400639. OLE color: 14400639.
HSL color Cylindrical-coordinate representation of color #7FBCDB: hue angle of 200.22º 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 #7FBCDB is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 188 | 219 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.14 |
| HSL | 200.22º | 0.56% | 0.68% | - |
| HSV(B) | 200.22º | 0.42% | 0.86% | - |
| XYZ | 39.52 | 45.59 | 73.74 | - |
| YUV | 173.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 219 | 0.42 | 0.14 | 0 | 0.14 | 200.22 | 0.56 | 0.68 |
| Hex | 7F | BC | DB | 2A | E | 0 | E | C8 | 38 | 44 |
| Octal | 177 | 274 | 333 | 52 | 16 | 0 | 16 | 310 | 70 | 104 |
| Binary | 1111111 | 10111100 | 11011011 | 101010 | 1110 | 0 | 1110 | 11001000 | 111000 | 1000100 |
Color Harmonies of #7FBCDB
Complementary color
Monochromatic Colors of #7FBCDB
Black with #7FBCDB
Text Example
Text Example
White with #7FBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBCDB; }
p { color: rgb(127,188,219); }
H1.HeaderClassName
{
color: #7FBCDB;
}
.AnyTagClassName
{
color: #7FBCDB;
}
</style>
background-color css
<style>
a { background-color: #7FBCDB; }
a { background-color: rgb(127,188,219); }
div.DivClassName
{
background-color: #7FBCDB;
}
.BgClassName
{
background-color: #7FBCDB;
}
</style>
border-color css
<style>
span { border-color: #7FBCDB; }
span { border-color: rgb(127,188,219); }
td.TdClassName
{
border-color: #7FBCDB;
}
.TagClassName
{
border-color: #7FBCDB;
}
</style>