Shades of Seagull #7EAFCE
Tints of Seagull #7EAFCE
RGB
CMYK
RGB Variations
Color information
#7EAFCE (or 0x7EAFCE) is known color: Seagull. HEX triplet: 7E, AF and CE. RGB value is (126,175,206). Sum of RGB (Red+Green+Blue) = 126+175+206=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFCE is #815031. Grayscale: #A3A3A3. Windows color (decimal): -8474674 or 13545342. OLE color: 13545342.
HSL color Cylindrical-coordinate representation of color #7EAFCE: hue angle of 203.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EAFCE is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 175 | 206 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.19 |
| HSL | 203.25º | 0.45% | 0.65% | - |
| HSV(B) | 203.25º | 0.39% | 0.81% | - |
| XYZ | 35.07 | 39.55 | 64.18 | - |
| YUV | 163.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 206 | 0.39 | 0.15 | 0 | 0.19 | 203.25 | 0.45 | 0.65 |
| Hex | 7E | AF | CE | 27 | F | 0 | 13 | CB | 2D | 41 |
| Octal | 176 | 257 | 316 | 47 | 17 | 0 | 23 | 313 | 55 | 101 |
| Binary | 1111110 | 10101111 | 11001110 | 100111 | 1111 | 0 | 10011 | 11001011 | 101101 | 1000001 |
Color Harmonies of #7EAFCE
Complementary color
Monochromatic Colors of #7EAFCE
Black with #7EAFCE
Text Example
Text Example
White with #7EAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAFCE; }
p { color: rgb(126,175,206); }
H1.HeaderClassName
{
color: #7EAFCE;
}
.AnyTagClassName
{
color: #7EAFCE;
}
</style>
background-color css
<style>
a { background-color: #7EAFCE; }
a { background-color: rgb(126,175,206); }
div.DivClassName
{
background-color: #7EAFCE;
}
.BgClassName
{
background-color: #7EAFCE;
}
</style>
border-color css
<style>
span { border-color: #7EAFCE; }
span { border-color: rgb(126,175,206); }
td.TdClassName
{
border-color: #7EAFCE;
}
.TagClassName
{
border-color: #7EAFCE;
}
</style>