Shades of Seagull #7EBCCA
Tints of Seagull #7EBCCA
RGB
CMYK
RGB Variations
Color information
#7EBCCA (or 0x7EBCCA) is known color: Seagull. HEX triplet: 7E, BC and CA. RGB value is (126,188,202). Sum of RGB (Red+Green+Blue) = 126+188+202=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EBCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCCA is #814335. Grayscale: #AAAAAA. Windows color (decimal): -8471350 or 13286526. OLE color: 13286526.
HSL color Cylindrical-coordinate representation of color #7EBCCA: hue angle of 191.05º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EBCCA is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 188 | 202 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.21 |
| HSL | 191.05º | 0.42% | 0.64% | - |
| HSV(B) | 191.05º | 0.38% | 0.79% | - |
| XYZ | 37.25 | 44.67 | 62.54 | - |
| YUV | 171.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 202 | 0.38 | 0.07 | 0 | 0.21 | 191.05 | 0.42 | 0.64 |
| Hex | 7E | BC | CA | 26 | 7 | 0 | 15 | BF | 2A | 40 |
| Octal | 176 | 274 | 312 | 46 | 7 | 0 | 25 | 277 | 52 | 100 |
| Binary | 1111110 | 10111100 | 11001010 | 100110 | 111 | 0 | 10101 | 10111111 | 101010 | 1000000 |
Color Harmonies of #7EBCCA
Complementary color
Monochromatic Colors of #7EBCCA
Black with #7EBCCA
Text Example
Text Example
White with #7EBCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBCCA; }
p { color: rgb(126,188,202); }
H1.HeaderClassName
{
color: #7EBCCA;
}
.AnyTagClassName
{
color: #7EBCCA;
}
</style>
background-color css
<style>
a { background-color: #7EBCCA; }
a { background-color: rgb(126,188,202); }
div.DivClassName
{
background-color: #7EBCCA;
}
.BgClassName
{
background-color: #7EBCCA;
}
</style>
border-color css
<style>
span { border-color: #7EBCCA; }
span { border-color: rgb(126,188,202); }
td.TdClassName
{
border-color: #7EBCCA;
}
.TagClassName
{
border-color: #7EBCCA;
}
</style>