Shades of Seagull #7FB6DB
Tints of Seagull #7FB6DB
RGB
CMYK
RGB Variations
Color information
#7FB6DB (or 0x7FB6DB) is known color: Seagull. HEX triplet: 7F, B6 and DB. RGB value is (127,182,219). Sum of RGB (Red+Green+Blue) = 127+182+219=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FB6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB6DB is #804924. Grayscale: #A9A9A9. Windows color (decimal): -8407333 or 14399103. OLE color: 14399103.
HSL color Cylindrical-coordinate representation of color #7FB6DB: hue angle of 204.13º 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 #7FB6DB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 182 | 219 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.14 |
| HSL | 204.13º | 0.56% | 0.68% | - |
| HSV(B) | 204.13º | 0.42% | 0.86% | - |
| XYZ | 38.27 | 43.08 | 73.32 | - |
| YUV | 169.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 219 | 0.42 | 0.17 | 0 | 0.14 | 204.13 | 0.56 | 0.68 |
| Hex | 7F | B6 | DB | 2A | 11 | 0 | E | CC | 38 | 44 |
| Octal | 177 | 266 | 333 | 52 | 21 | 0 | 16 | 314 | 70 | 104 |
| Binary | 1111111 | 10110110 | 11011011 | 101010 | 10001 | 0 | 1110 | 11001100 | 111000 | 1000100 |
Color Harmonies of #7FB6DB
Complementary color
Monochromatic Colors of #7FB6DB
Black with #7FB6DB
Text Example
Text Example
White with #7FB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB6DB; }
p { color: rgb(127,182,219); }
H1.HeaderClassName
{
color: #7FB6DB;
}
.AnyTagClassName
{
color: #7FB6DB;
}
</style>
background-color css
<style>
a { background-color: #7FB6DB; }
a { background-color: rgb(127,182,219); }
div.DivClassName
{
background-color: #7FB6DB;
}
.BgClassName
{
background-color: #7FB6DB;
}
</style>
border-color css
<style>
span { border-color: #7FB6DB; }
span { border-color: rgb(127,182,219); }
td.TdClassName
{
border-color: #7FB6DB;
}
.TagClassName
{
border-color: #7FB6DB;
}
</style>