Shades of Seagull #76BCDB
Tints of Seagull #76BCDB
RGB
CMYK
RGB Variations
Color information
#76BCDB (or 0x76BCDB) is known color: Seagull. HEX triplet: 76, BC and DB. RGB value is (118,188,219). Sum of RGB (Red+Green+Blue) = 118+188+219=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #76BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCDB is #894324. Grayscale: #AAAAAA. Windows color (decimal): -8995621 or 14400630. OLE color: 14400630.
HSL color Cylindrical-coordinate representation of color #76BCDB: hue angle of 198.42º 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 #76BCDB is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 188 | 219 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.14 |
| HSL | 198.42º | 0.58% | 0.66% | - |
| HSV(B) | 198.42º | 0.46% | 0.86% | - |
| XYZ | 38.24 | 44.93 | 73.68 | - |
| YUV | 170.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 219 | 0.46 | 0.14 | 0 | 0.14 | 198.42 | 0.58 | 0.66 |
| Hex | 76 | BC | DB | 2E | E | 0 | E | C6 | 3A | 42 |
| Octal | 166 | 274 | 333 | 56 | 16 | 0 | 16 | 306 | 72 | 102 |
| Binary | 1110110 | 10111100 | 11011011 | 101110 | 1110 | 0 | 1110 | 11000110 | 111010 | 1000010 |
Color Harmonies of #76BCDB
Complementary color
Monochromatic Colors of #76BCDB
Black with #76BCDB
Text Example
Text Example
White with #76BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCDB; }
p { color: rgb(118,188,219); }
H1.HeaderClassName
{
color: #76BCDB;
}
.AnyTagClassName
{
color: #76BCDB;
}
</style>
background-color css
<style>
a { background-color: #76BCDB; }
a { background-color: rgb(118,188,219); }
div.DivClassName
{
background-color: #76BCDB;
}
.BgClassName
{
background-color: #76BCDB;
}
</style>
border-color css
<style>
span { border-color: #76BCDB; }
span { border-color: rgb(118,188,219); }
td.TdClassName
{
border-color: #76BCDB;
}
.TagClassName
{
border-color: #76BCDB;
}
</style>