Shades of Seagull #7EBFCC
Tints of Seagull #7EBFCC
RGB
CMYK
RGB Variations
Color information
#7EBFCC (or 0x7EBFCC) is known color: Seagull. HEX triplet: 7E, BF and CC. RGB value is (126,191,204). Sum of RGB (Red+Green+Blue) = 126+191+204=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EBFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFCC is #814033. Grayscale: #ACACAC. Windows color (decimal): -8470580 or 13418366. OLE color: 13418366.
HSL color Cylindrical-coordinate representation of color #7EBFCC: hue angle of 190º 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 #7EBFCC is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 191 | 204 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.2 |
| HSL | 190º | 0.43% | 0.65% | - |
| HSV(B) | 190º | 0.38% | 0.8% | - |
| XYZ | 38.13 | 46.06 | 64.01 | - |
| YUV | 173.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 204 | 0.38 | 0.06 | 0 | 0.2 | 190 | 0.43 | 0.65 |
| Hex | 7E | BF | CC | 26 | 6 | 0 | 14 | BE | 2B | 41 |
| Octal | 176 | 277 | 314 | 46 | 6 | 0 | 24 | 276 | 53 | 101 |
| Binary | 1111110 | 10111111 | 11001100 | 100110 | 110 | 0 | 10100 | 10111110 | 101011 | 1000001 |
Color Harmonies of #7EBFCC
Complementary color
Monochromatic Colors of #7EBFCC
Black with #7EBFCC
Text Example
Text Example
White with #7EBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBFCC; }
p { color: rgb(126,191,204); }
H1.HeaderClassName
{
color: #7EBFCC;
}
.AnyTagClassName
{
color: #7EBFCC;
}
</style>
background-color css
<style>
a { background-color: #7EBFCC; }
a { background-color: rgb(126,191,204); }
div.DivClassName
{
background-color: #7EBFCC;
}
.BgClassName
{
background-color: #7EBFCC;
}
</style>
border-color css
<style>
span { border-color: #7EBFCC; }
span { border-color: rgb(126,191,204); }
td.TdClassName
{
border-color: #7EBFCC;
}
.TagClassName
{
border-color: #7EBFCC;
}
</style>