Shades of Seagull #7FC0CB
Tints of Seagull #7FC0CB
RGB
CMYK
RGB Variations
Color information
#7FC0CB (or 0x7FC0CB) is known color: Seagull. HEX triplet: 7F, C0 and CB. RGB value is (127,192,203). Sum of RGB (Red+Green+Blue) = 127+192+203=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FC0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0CB is #803F34. Grayscale: #ADADAD. Windows color (decimal): -8404789 or 13353087. OLE color: 13353087.
HSL color Cylindrical-coordinate representation of color #7FC0CB: hue angle of 188.68º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC0CB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 192 | 203 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.20 |
| HSL | 188.68º | 0.42% | 0.65% | - |
| HSV(B) | 188.68º | 0.37% | 0.8% | - |
| XYZ | 38.38 | 46.52 | 63.46 | - |
| YUV | 173.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 203 | 0.37 | 0.05 | 0 | 0.20 | 188.68 | 0.42 | 0.65 |
| Hex | 7F | C0 | CB | 25 | 5 | 0 | 14 | BD | 2A | 41 |
| Octal | 177 | 300 | 313 | 45 | 5 | 0 | 24 | 275 | 52 | 101 |
| Binary | 1111111 | 11000000 | 11001011 | 100101 | 101 | 0 | 10100 | 10111101 | 101010 | 1000001 |
Color Harmonies of #7FC0CB
Complementary color
Monochromatic Colors of #7FC0CB
Black with #7FC0CB
Text Example
Text Example
White with #7FC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0CB; }
p { color: rgb(127,192,203); }
H1.HeaderClassName
{
color: #7FC0CB;
}
.AnyTagClassName
{
color: #7FC0CB;
}
</style>
background-color css
<style>
a { background-color: #7FC0CB; }
a { background-color: rgb(127,192,203); }
div.DivClassName
{
background-color: #7FC0CB;
}
.BgClassName
{
background-color: #7FC0CB;
}
</style>
border-color css
<style>
span { border-color: #7FC0CB; }
span { border-color: rgb(127,192,203); }
td.TdClassName
{
border-color: #7FC0CB;
}
.TagClassName
{
border-color: #7FC0CB;
}
</style>