Shades of Seagull #76BEDB
Tints of Seagull #76BEDB
RGB
CMYK
RGB Variations
Color information
#76BEDB (or 0x76BEDB) is known color: Seagull. HEX triplet: 76, BE and DB. RGB value is (118,190,219). Sum of RGB (Red+Green+Blue) = 118+190+219=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #76BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEDB is #894124. Grayscale: #ABABAB. Windows color (decimal): -8995109 or 14401142. OLE color: 14401142.
HSL color Cylindrical-coordinate representation of color #76BEDB: hue angle of 197.23º 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 #76BEDB is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 190 | 219 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.14 |
| HSL | 197.23º | 0.58% | 0.66% | - |
| HSV(B) | 197.23º | 0.46% | 0.86% | - |
| XYZ | 38.67 | 45.79 | 73.82 | - |
| YUV | 171.78 | 154.65 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 219 | 0.46 | 0.13 | 0 | 0.14 | 197.23 | 0.58 | 0.66 |
| Hex | 76 | BE | DB | 2E | D | 0 | E | C5 | 3A | 42 |
| Octal | 166 | 276 | 333 | 56 | 15 | 0 | 16 | 305 | 72 | 102 |
| Binary | 1110110 | 10111110 | 11011011 | 101110 | 1101 | 0 | 1110 | 11000101 | 111010 | 1000010 |
Color Harmonies of #76BEDB
Complementary color
Monochromatic Colors of #76BEDB
Black with #76BEDB
Text Example
Text Example
White with #76BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEDB; }
p { color: rgb(118,190,219); }
H1.HeaderClassName
{
color: #76BEDB;
}
.AnyTagClassName
{
color: #76BEDB;
}
</style>
background-color css
<style>
a { background-color: #76BEDB; }
a { background-color: rgb(118,190,219); }
div.DivClassName
{
background-color: #76BEDB;
}
.BgClassName
{
background-color: #76BEDB;
}
</style>
border-color css
<style>
span { border-color: #76BEDB; }
span { border-color: rgb(118,190,219); }
td.TdClassName
{
border-color: #76BEDB;
}
.TagClassName
{
border-color: #76BEDB;
}
</style>