Shades of Seagull #7FBCDD
Tints of Seagull #7FBCDD
RGB
CMYK
RGB Variations
Color information
#7FBCDD (or 0x7FBCDD) is known color: Seagull. HEX triplet: 7F, BC and DD. RGB value is (127,188,221). Sum of RGB (Red+Green+Blue) = 127+188+221=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCDD is #804322. Grayscale: #ADADAD. Windows color (decimal): -8405795 or 14531711. OLE color: 14531711.
HSL color Cylindrical-coordinate representation of color #7FBCDD: hue angle of 201.06º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FBCDD is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 188 | 221 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.13 |
| HSL | 201.06º | 0.58% | 0.68% | - |
| HSV(B) | 201.06º | 0.43% | 0.87% | - |
| XYZ | 39.79 | 45.7 | 75.13 | - |
| YUV | 173.52 | 154.79 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 221 | 0.43 | 0.15 | 0 | 0.13 | 201.06 | 0.58 | 0.68 |
| Hex | 7F | BC | DD | 2B | F | 0 | D | C9 | 3A | 44 |
| Octal | 177 | 274 | 335 | 53 | 17 | 0 | 15 | 311 | 72 | 104 |
| Binary | 1111111 | 10111100 | 11011101 | 101011 | 1111 | 0 | 1101 | 11001001 | 111010 | 1000100 |
Color Harmonies of #7FBCDD
Complementary color
Monochromatic Colors of #7FBCDD
Black with #7FBCDD
Text Example
Text Example
White with #7FBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBCDD; }
p { color: rgb(127,188,221); }
H1.HeaderClassName
{
color: #7FBCDD;
}
.AnyTagClassName
{
color: #7FBCDD;
}
</style>
background-color css
<style>
a { background-color: #7FBCDD; }
a { background-color: rgb(127,188,221); }
div.DivClassName
{
background-color: #7FBCDD;
}
.BgClassName
{
background-color: #7FBCDD;
}
</style>
border-color css
<style>
span { border-color: #7FBCDD; }
span { border-color: rgb(127,188,221); }
td.TdClassName
{
border-color: #7FBCDD;
}
.TagClassName
{
border-color: #7FBCDD;
}
</style>