Shades of Seagull #76ADD2
Tints of Seagull #76ADD2
RGB
CMYK
RGB Variations
Color information
#76ADD2 (or 0x76ADD2) is known color: Seagull. HEX triplet: 76, AD and D2. RGB value is (118,173,210). Sum of RGB (Red+Green+Blue) = 118+173+210=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #76ADD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADD2 is #89522D. Grayscale: #A0A0A0. Windows color (decimal): -8999470 or 13806966. OLE color: 13806966.
HSL color Cylindrical-coordinate representation of color #76ADD2: hue angle of 204.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76ADD2 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 173 | 210 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.18 |
| HSL | 204.13º | 0.51% | 0.64% | - |
| HSV(B) | 204.13º | 0.44% | 0.82% | - |
| XYZ | 34.05 | 38.39 | 66.59 | - |
| YUV | 160.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 210 | 0.44 | 0.18 | 0 | 0.18 | 204.13 | 0.51 | 0.64 |
| Hex | 76 | AD | D2 | 2C | 12 | 0 | 12 | CC | 33 | 40 |
| Octal | 166 | 255 | 322 | 54 | 22 | 0 | 22 | 314 | 63 | 100 |
| Binary | 1110110 | 10101101 | 11010010 | 101100 | 10010 | 0 | 10010 | 11001100 | 110011 | 1000000 |
Color Harmonies of #76ADD2
Complementary color
Monochromatic Colors of #76ADD2
Black with #76ADD2
Text Example
Text Example
White with #76ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADD2; }
p { color: rgb(118,173,210); }
H1.HeaderClassName
{
color: #76ADD2;
}
.AnyTagClassName
{
color: #76ADD2;
}
</style>
background-color css
<style>
a { background-color: #76ADD2; }
a { background-color: rgb(118,173,210); }
div.DivClassName
{
background-color: #76ADD2;
}
.BgClassName
{
background-color: #76ADD2;
}
</style>
border-color css
<style>
span { border-color: #76ADD2; }
span { border-color: rgb(118,173,210); }
td.TdClassName
{
border-color: #76ADD2;
}
.TagClassName
{
border-color: #76ADD2;
}
</style>