Shades of Seagull #76BBDA
Tints of Seagull #76BBDA
RGB
CMYK
RGB Variations
Color information
#76BBDA (or 0x76BBDA) is known color: Seagull. HEX triplet: 76, BB and DA. RGB value is (118,187,218). Sum of RGB (Red+Green+Blue) = 118+187+218=523 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.56% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #76BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBDA is #894425. Grayscale: #A9A9A9. Windows color (decimal): -8995878 or 14334838. OLE color: 14334838.
HSL color Cylindrical-coordinate representation of color #76BBDA: hue angle of 198.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76BBDA is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 187 | 218 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.15 |
| HSL | 198.6º | 0.57% | 0.66% | - |
| HSV(B) | 198.6º | 0.46% | 0.85% | - |
| XYZ | 37.9 | 44.45 | 72.91 | - |
| YUV | 169.9 | 155.14 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 218 | 0.46 | 0.14 | 0 | 0.15 | 198.6 | 0.57 | 0.66 |
| Hex | 76 | BB | DA | 2E | E | 0 | F | C7 | 39 | 42 |
| Octal | 166 | 273 | 332 | 56 | 16 | 0 | 17 | 307 | 71 | 102 |
| Binary | 1110110 | 10111011 | 11011010 | 101110 | 1110 | 0 | 1111 | 11000111 | 111001 | 1000010 |
Color Harmonies of #76BBDA
Complementary color
Monochromatic Colors of #76BBDA
Black with #76BBDA
Text Example
Text Example
White with #76BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBDA; }
p { color: rgb(118,187,218); }
H1.HeaderClassName
{
color: #76BBDA;
}
.AnyTagClassName
{
color: #76BBDA;
}
</style>
background-color css
<style>
a { background-color: #76BBDA; }
a { background-color: rgb(118,187,218); }
div.DivClassName
{
background-color: #76BBDA;
}
.BgClassName
{
background-color: #76BBDA;
}
</style>
border-color css
<style>
span { border-color: #76BBDA; }
span { border-color: rgb(118,187,218); }
td.TdClassName
{
border-color: #76BBDA;
}
.TagClassName
{
border-color: #76BBDA;
}
</style>