Shades of Seagull #7CB8C9
Tints of Seagull #7CB8C9
RGB
CMYK
RGB Variations
Color information
#7CB8C9 (or 0x7CB8C9) is known color: Seagull. HEX triplet: 7C, B8 and C9. RGB value is (124,184,201). Sum of RGB (Red+Green+Blue) = 124+184+201=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #7CB8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB8C9 is #834736. Grayscale: #A7A7A7. Windows color (decimal): -8603447 or 13219964. OLE color: 13219964.
HSL color Cylindrical-coordinate representation of color #7CB8C9: hue angle of 193.25º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CB8C9 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 184 | 201 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.21 |
| HSL | 193.25º | 0.42% | 0.64% | - |
| HSV(B) | 193.25º | 0.38% | 0.79% | - |
| XYZ | 36 | 42.78 | 61.62 | - |
| YUV | 168 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 201 | 0.38 | 0.08 | 0 | 0.21 | 193.25 | 0.42 | 0.64 |
| Hex | 7C | B8 | C9 | 26 | 8 | 0 | 15 | C1 | 2A | 40 |
| Octal | 174 | 270 | 311 | 46 | 10 | 0 | 25 | 301 | 52 | 100 |
| Binary | 1111100 | 10111000 | 11001001 | 100110 | 1000 | 0 | 10101 | 11000001 | 101010 | 1000000 |
Color Harmonies of #7CB8C9
Complementary color
Monochromatic Colors of #7CB8C9
Black with #7CB8C9
Text Example
Text Example
White with #7CB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB8C9; }
p { color: rgb(124,184,201); }
H1.HeaderClassName
{
color: #7CB8C9;
}
.AnyTagClassName
{
color: #7CB8C9;
}
</style>
background-color css
<style>
a { background-color: #7CB8C9; }
a { background-color: rgb(124,184,201); }
div.DivClassName
{
background-color: #7CB8C9;
}
.BgClassName
{
background-color: #7CB8C9;
}
</style>
border-color css
<style>
span { border-color: #7CB8C9; }
span { border-color: rgb(124,184,201); }
td.TdClassName
{
border-color: #7CB8C9;
}
.TagClassName
{
border-color: #7CB8C9;
}
</style>