Shades of Seagull #7EAFCA
Tints of Seagull #7EAFCA
RGB
CMYK
RGB Variations
Color information
#7EAFCA (or 0x7EAFCA) is known color: Seagull. HEX triplet: 7E, AF and CA. RGB value is (126,175,202). Sum of RGB (Red+Green+Blue) = 126+175+202=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFCA is #815035. Grayscale: #A3A3A3. Windows color (decimal): -8474678 or 13283198. OLE color: 13283198.
HSL color Cylindrical-coordinate representation of color #7EAFCA: hue angle of 201.32º 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 #7EAFCA is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 175 | 202 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.21 |
| HSL | 201.32º | 0.42% | 0.64% | - |
| HSV(B) | 201.32º | 0.38% | 0.79% | - |
| XYZ | 34.59 | 39.36 | 61.65 | - |
| YUV | 163.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 202 | 0.38 | 0.13 | 0 | 0.21 | 201.32 | 0.42 | 0.64 |
| Hex | 7E | AF | CA | 26 | D | 0 | 15 | C9 | 2A | 40 |
| Octal | 176 | 257 | 312 | 46 | 15 | 0 | 25 | 311 | 52 | 100 |
| Binary | 1111110 | 10101111 | 11001010 | 100110 | 1101 | 0 | 10101 | 11001001 | 101010 | 1000000 |
Color Harmonies of #7EAFCA
Complementary color
Monochromatic Colors of #7EAFCA
Black with #7EAFCA
Text Example
Text Example
White with #7EAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAFCA; }
p { color: rgb(126,175,202); }
H1.HeaderClassName
{
color: #7EAFCA;
}
.AnyTagClassName
{
color: #7EAFCA;
}
</style>
background-color css
<style>
a { background-color: #7EAFCA; }
a { background-color: rgb(126,175,202); }
div.DivClassName
{
background-color: #7EAFCA;
}
.BgClassName
{
background-color: #7EAFCA;
}
</style>
border-color css
<style>
span { border-color: #7EAFCA; }
span { border-color: rgb(126,175,202); }
td.TdClassName
{
border-color: #7EAFCA;
}
.TagClassName
{
border-color: #7EAFCA;
}
</style>