Shades of Seagull #7EBDCC
Tints of Seagull #7EBDCC
RGB
CMYK
RGB Variations
Color information
#7EBDCC (or 0x7EBDCC) is known color: Seagull. HEX triplet: 7E, BD and CC. RGB value is (126,189,204). Sum of RGB (Red+Green+Blue) = 126+189+204=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDCC is #814233. Grayscale: #ABABAB. Windows color (decimal): -8471092 or 13417854. OLE color: 13417854.
HSL color Cylindrical-coordinate representation of color #7EBDCC: hue angle of 191.54º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EBDCC is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 189 | 204 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.2 |
| HSL | 191.54º | 0.43% | 0.65% | - |
| HSV(B) | 191.54º | 0.38% | 0.8% | - |
| XYZ | 37.7 | 45.19 | 63.86 | - |
| YUV | 171.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 204 | 0.38 | 0.07 | 0 | 0.2 | 191.54 | 0.43 | 0.65 |
| Hex | 7E | BD | CC | 26 | 7 | 0 | 14 | C0 | 2B | 41 |
| Octal | 176 | 275 | 314 | 46 | 7 | 0 | 24 | 300 | 53 | 101 |
| Binary | 1111110 | 10111101 | 11001100 | 100110 | 111 | 0 | 10100 | 11000000 | 101011 | 1000001 |
Color Harmonies of #7EBDCC
Complementary color
Monochromatic Colors of #7EBDCC
Black with #7EBDCC
Text Example
Text Example
White with #7EBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDCC; }
p { color: rgb(126,189,204); }
H1.HeaderClassName
{
color: #7EBDCC;
}
.AnyTagClassName
{
color: #7EBDCC;
}
</style>
background-color css
<style>
a { background-color: #7EBDCC; }
a { background-color: rgb(126,189,204); }
div.DivClassName
{
background-color: #7EBDCC;
}
.BgClassName
{
background-color: #7EBDCC;
}
</style>
border-color css
<style>
span { border-color: #7EBDCC; }
span { border-color: rgb(126,189,204); }
td.TdClassName
{
border-color: #7EBDCC;
}
.TagClassName
{
border-color: #7EBDCC;
}
</style>