Shades of Seagull #7EBECF
Tints of Seagull #7EBECF
RGB
CMYK
RGB Variations
Color information
#7EBECF (or 0x7EBECF) is known color: Seagull. HEX triplet: 7E, BE and CF. RGB value is (126,190,207). Sum of RGB (Red+Green+Blue) = 126+190+207=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EBECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBECF is #814130. Grayscale: #ACACAC. Windows color (decimal): -8470833 or 13614718. OLE color: 13614718.
HSL color Cylindrical-coordinate representation of color #7EBECF: hue angle of 192.59º degrees, saturation: 0.46, 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 #7EBECF is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 190 | 207 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.19 |
| HSL | 192.59º | 0.46% | 0.65% | - |
| HSV(B) | 192.59º | 0.39% | 0.81% | - |
| XYZ | 38.28 | 45.77 | 65.85 | - |
| YUV | 172.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 207 | 0.39 | 0.08 | 0 | 0.19 | 192.59 | 0.46 | 0.65 |
| Hex | 7E | BE | CF | 27 | 8 | 0 | 13 | C1 | 2E | 41 |
| Octal | 176 | 276 | 317 | 47 | 10 | 0 | 23 | 301 | 56 | 101 |
| Binary | 1111110 | 10111110 | 11001111 | 100111 | 1000 | 0 | 10011 | 11000001 | 101110 | 1000001 |
Color Harmonies of #7EBECF
Complementary color
Monochromatic Colors of #7EBECF
Black with #7EBECF
Text Example
Text Example
White with #7EBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBECF; }
p { color: rgb(126,190,207); }
H1.HeaderClassName
{
color: #7EBECF;
}
.AnyTagClassName
{
color: #7EBECF;
}
</style>
background-color css
<style>
a { background-color: #7EBECF; }
a { background-color: rgb(126,190,207); }
div.DivClassName
{
background-color: #7EBECF;
}
.BgClassName
{
background-color: #7EBECF;
}
</style>
border-color css
<style>
span { border-color: #7EBECF; }
span { border-color: rgb(126,190,207); }
td.TdClassName
{
border-color: #7EBECF;
}
.TagClassName
{
border-color: #7EBECF;
}
</style>