Shades of Seagull #76B8DB
Tints of Seagull #76B8DB
RGB
CMYK
RGB Variations
Color information
#76B8DB (or 0x76B8DB) is known color: Seagull. HEX triplet: 76, B8 and DB. RGB value is (118,184,219). Sum of RGB (Red+Green+Blue) = 118+184+219=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #76B8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B8DB is #894724. Grayscale: #A8A8A8. Windows color (decimal): -8996645 or 14399606. OLE color: 14399606.
HSL color Cylindrical-coordinate representation of color #76B8DB: hue angle of 200.79º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B8DB is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 184 | 219 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.14 |
| HSL | 200.79º | 0.58% | 0.66% | - |
| HSV(B) | 200.79º | 0.46% | 0.86% | - |
| XYZ | 37.4 | 43.25 | 73.39 | - |
| YUV | 168.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 219 | 0.46 | 0.16 | 0 | 0.14 | 200.79 | 0.58 | 0.66 |
| Hex | 76 | B8 | DB | 2E | 10 | 0 | E | C9 | 3A | 42 |
| Octal | 166 | 270 | 333 | 56 | 20 | 0 | 16 | 311 | 72 | 102 |
| Binary | 1110110 | 10111000 | 11011011 | 101110 | 10000 | 0 | 1110 | 11001001 | 111010 | 1000010 |
Color Harmonies of #76B8DB
Complementary color
Monochromatic Colors of #76B8DB
Black with #76B8DB
Text Example
Text Example
White with #76B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B8DB; }
p { color: rgb(118,184,219); }
H1.HeaderClassName
{
color: #76B8DB;
}
.AnyTagClassName
{
color: #76B8DB;
}
</style>
background-color css
<style>
a { background-color: #76B8DB; }
a { background-color: rgb(118,184,219); }
div.DivClassName
{
background-color: #76B8DB;
}
.BgClassName
{
background-color: #76B8DB;
}
</style>
border-color css
<style>
span { border-color: #76B8DB; }
span { border-color: rgb(118,184,219); }
td.TdClassName
{
border-color: #76B8DB;
}
.TagClassName
{
border-color: #76B8DB;
}
</style>