Shades of Seagull #7FAECC
Tints of Seagull #7FAECC
RGB
CMYK
RGB Variations
Color information
#7FAECC (or 0x7FAECC) is known color: Seagull. HEX triplet: 7F, AE and CC. RGB value is (127,174,204). Sum of RGB (Red+Green+Blue) = 127+174+204=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAECC is #805133. Grayscale: #A3A3A3. Windows color (decimal): -8409396 or 13414015. OLE color: 13414015.
HSL color Cylindrical-coordinate representation of color #7FAECC: hue angle of 203.38º 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 #7FAECC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 174 | 204 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.2 |
| HSL | 203.38º | 0.43% | 0.65% | - |
| HSV(B) | 203.38º | 0.38% | 0.8% | - |
| XYZ | 34.79 | 39.14 | 62.85 | - |
| YUV | 163.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 204 | 0.38 | 0.15 | 0 | 0.2 | 203.38 | 0.43 | 0.65 |
| Hex | 7F | AE | CC | 26 | F | 0 | 14 | CB | 2B | 41 |
| Octal | 177 | 256 | 314 | 46 | 17 | 0 | 24 | 313 | 53 | 101 |
| Binary | 1111111 | 10101110 | 11001100 | 100110 | 1111 | 0 | 10100 | 11001011 | 101011 | 1000001 |
Color Harmonies of #7FAECC
Complementary color
Monochromatic Colors of #7FAECC
Black with #7FAECC
Text Example
Text Example
White with #7FAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAECC; }
p { color: rgb(127,174,204); }
H1.HeaderClassName
{
color: #7FAECC;
}
.AnyTagClassName
{
color: #7FAECC;
}
</style>
background-color css
<style>
a { background-color: #7FAECC; }
a { background-color: rgb(127,174,204); }
div.DivClassName
{
background-color: #7FAECC;
}
.BgClassName
{
background-color: #7FAECC;
}
</style>
border-color css
<style>
span { border-color: #7FAECC; }
span { border-color: rgb(127,174,204); }
td.TdClassName
{
border-color: #7FAECC;
}
.TagClassName
{
border-color: #7FAECC;
}
</style>