Shades of Seagull #7FBCDF
Tints of Seagull #7FBCDF
RGB
CMYK
RGB Variations
Color information
#7FBCDF (or 0x7FBCDF) is known color: Seagull. HEX triplet: 7F, BC and DF. RGB value is (127,188,223). Sum of RGB (Red+Green+Blue) = 127+188+223=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FBCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCDF is #804320. Grayscale: #ADADAD. Windows color (decimal): -8405793 or 14662783. OLE color: 14662783.
HSL color Cylindrical-coordinate representation of color #7FBCDF: hue angle of 201.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FBCDF is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 188 | 223 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.13 |
| HSL | 201.88º | 0.6% | 0.69% | - |
| HSV(B) | 201.88º | 0.43% | 0.87% | - |
| XYZ | 40.05 | 45.81 | 76.54 | - |
| YUV | 173.75 | 155.79 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 223 | 0.43 | 0.16 | 0 | 0.13 | 201.88 | 0.6 | 0.69 |
| Hex | 7F | BC | DF | 2B | 10 | 0 | D | CA | 3C | 45 |
| Octal | 177 | 274 | 337 | 53 | 20 | 0 | 15 | 312 | 74 | 105 |
| Binary | 1111111 | 10111100 | 11011111 | 101011 | 10000 | 0 | 1101 | 11001010 | 111100 | 1000101 |
Color Harmonies of #7FBCDF
Complementary color
Monochromatic Colors of #7FBCDF
Black with #7FBCDF
Text Example
Text Example
White with #7FBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBCDF; }
p { color: rgb(127,188,223); }
H1.HeaderClassName
{
color: #7FBCDF;
}
.AnyTagClassName
{
color: #7FBCDF;
}
</style>
background-color css
<style>
a { background-color: #7FBCDF; }
a { background-color: rgb(127,188,223); }
div.DivClassName
{
background-color: #7FBCDF;
}
.BgClassName
{
background-color: #7FBCDF;
}
</style>
border-color css
<style>
span { border-color: #7FBCDF; }
span { border-color: rgb(127,188,223); }
td.TdClassName
{
border-color: #7FBCDF;
}
.TagClassName
{
border-color: #7FBCDF;
}
</style>