Shades of Seagull #7FB8DB
Tints of Seagull #7FB8DB
RGB
CMYK
RGB Variations
Color information
#7FB8DB (or 0x7FB8DB) is known color: Seagull. HEX triplet: 7F, B8 and DB. RGB value is (127,184,219). Sum of RGB (Red+Green+Blue) = 127+184+219=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FB8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB8DB is #804724. Grayscale: #AAAAAA. Windows color (decimal): -8406821 or 14399615. OLE color: 14399615.
HSL color Cylindrical-coordinate representation of color #7FB8DB: hue angle of 202.83º 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 #7FB8DB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 184 | 219 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.14 |
| HSL | 202.83º | 0.56% | 0.68% | - |
| HSV(B) | 202.83º | 0.42% | 0.86% | - |
| XYZ | 38.68 | 43.91 | 73.45 | - |
| YUV | 170.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 219 | 0.42 | 0.16 | 0 | 0.14 | 202.83 | 0.56 | 0.68 |
| Hex | 7F | B8 | DB | 2A | 10 | 0 | E | CB | 38 | 44 |
| Octal | 177 | 270 | 333 | 52 | 20 | 0 | 16 | 313 | 70 | 104 |
| Binary | 1111111 | 10111000 | 11011011 | 101010 | 10000 | 0 | 1110 | 11001011 | 111000 | 1000100 |
Color Harmonies of #7FB8DB
Complementary color
Monochromatic Colors of #7FB8DB
Black with #7FB8DB
Text Example
Text Example
White with #7FB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB8DB; }
p { color: rgb(127,184,219); }
H1.HeaderClassName
{
color: #7FB8DB;
}
.AnyTagClassName
{
color: #7FB8DB;
}
</style>
background-color css
<style>
a { background-color: #7FB8DB; }
a { background-color: rgb(127,184,219); }
div.DivClassName
{
background-color: #7FB8DB;
}
.BgClassName
{
background-color: #7FB8DB;
}
</style>
border-color css
<style>
span { border-color: #7FB8DB; }
span { border-color: rgb(127,184,219); }
td.TdClassName
{
border-color: #7FB8DB;
}
.TagClassName
{
border-color: #7FB8DB;
}
</style>