Shades of Seagull #7CB9DC
Tints of Seagull #7CB9DC
RGB
CMYK
RGB Variations
Color information
#7CB9DC (or 0x7CB9DC) is known color: Seagull. HEX triplet: 7C, B9 and DC. RGB value is (124,185,220). Sum of RGB (Red+Green+Blue) = 124+185+220=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CB9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9DC is #834623. Grayscale: #AAAAAA. Windows color (decimal): -8603172 or 14465404. OLE color: 14465404.
HSL color Cylindrical-coordinate representation of color #7CB9DC: hue angle of 201.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB9DC is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 185 | 220 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.14 |
| HSL | 201.88º | 0.58% | 0.67% | - |
| HSV(B) | 201.88º | 0.44% | 0.86% | - |
| XYZ | 38.58 | 44.15 | 74.2 | - |
| YUV | 170.75 | 155.79 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 220 | 0.44 | 0.16 | 0 | 0.14 | 201.88 | 0.58 | 0.67 |
| Hex | 7C | B9 | DC | 2C | 10 | 0 | E | CA | 3A | 43 |
| Octal | 174 | 271 | 334 | 54 | 20 | 0 | 16 | 312 | 72 | 103 |
| Binary | 1111100 | 10111001 | 11011100 | 101100 | 10000 | 0 | 1110 | 11001010 | 111010 | 1000011 |
Color Harmonies of #7CB9DC
Complementary color
Monochromatic Colors of #7CB9DC
Black with #7CB9DC
Text Example
Text Example
White with #7CB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB9DC; }
p { color: rgb(124,185,220); }
H1.HeaderClassName
{
color: #7CB9DC;
}
.AnyTagClassName
{
color: #7CB9DC;
}
</style>
background-color css
<style>
a { background-color: #7CB9DC; }
a { background-color: rgb(124,185,220); }
div.DivClassName
{
background-color: #7CB9DC;
}
.BgClassName
{
background-color: #7CB9DC;
}
</style>
border-color css
<style>
span { border-color: #7CB9DC; }
span { border-color: rgb(124,185,220); }
td.TdClassName
{
border-color: #7CB9DC;
}
.TagClassName
{
border-color: #7CB9DC;
}
</style>