Shades of Seagull #7EB0D3
Tints of Seagull #7EB0D3
RGB
CMYK
RGB Variations
Color information
#7EB0D3 (or 0x7EB0D3) is known color: Seagull. HEX triplet: 7E, B0 and D3. RGB value is (126,176,211). Sum of RGB (Red+Green+Blue) = 126+176+211=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #7EB0D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0D3 is #814F2C. Grayscale: #A4A4A4. Windows color (decimal): -8474413 or 13873278. OLE color: 13873278.
HSL color Cylindrical-coordinate representation of color #7EB0D3: hue angle of 204.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EB0D3 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 176 | 211 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.17 |
| HSL | 204.71º | 0.49% | 0.66% | - |
| HSV(B) | 204.71º | 0.4% | 0.83% | - |
| XYZ | 35.89 | 40.19 | 67.49 | - |
| YUV | 165.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 176 | 211 | 0.40 | 0.17 | 0 | 0.17 | 204.71 | 0.49 | 0.66 |
| Hex | 7E | B0 | D3 | 28 | 11 | 0 | 11 | CD | 31 | 42 |
| Octal | 176 | 260 | 323 | 50 | 21 | 0 | 21 | 315 | 61 | 102 |
| Binary | 1111110 | 10110000 | 11010011 | 101000 | 10001 | 0 | 10001 | 11001101 | 110001 | 1000010 |
Color Harmonies of #7EB0D3
Complementary color
Monochromatic Colors of #7EB0D3
Black with #7EB0D3
Text Example
Text Example
White with #7EB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB0D3; }
p { color: rgb(126,176,211); }
H1.HeaderClassName
{
color: #7EB0D3;
}
.AnyTagClassName
{
color: #7EB0D3;
}
</style>
background-color css
<style>
a { background-color: #7EB0D3; }
a { background-color: rgb(126,176,211); }
div.DivClassName
{
background-color: #7EB0D3;
}
.BgClassName
{
background-color: #7EB0D3;
}
</style>
border-color css
<style>
span { border-color: #7EB0D3; }
span { border-color: rgb(126,176,211); }
td.TdClassName
{
border-color: #7EB0D3;
}
.TagClassName
{
border-color: #7EB0D3;
}
</style>