Shades of Seagull #7CB9CA
Tints of Seagull #7CB9CA
RGB
CMYK
RGB Variations
Color information
#7CB9CA (or 0x7CB9CA) is known color: Seagull. HEX triplet: 7C, B9 and CA. RGB value is (124,185,202). Sum of RGB (Red+Green+Blue) = 124+185+202=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #7CB9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9CA is #834635. Grayscale: #A8A8A8. Windows color (decimal): -8603190 or 13285756. OLE color: 13285756.
HSL color Cylindrical-coordinate representation of color #7CB9CA: hue angle of 193.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CB9CA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 185 | 202 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.21 |
| HSL | 193.08º | 0.42% | 0.64% | - |
| HSV(B) | 193.08º | 0.39% | 0.79% | - |
| XYZ | 36.32 | 43.25 | 62.31 | - |
| YUV | 168.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 202 | 0.39 | 0.08 | 0 | 0.21 | 193.08 | 0.42 | 0.64 |
| Hex | 7C | B9 | CA | 27 | 8 | 0 | 15 | C1 | 2A | 40 |
| Octal | 174 | 271 | 312 | 47 | 10 | 0 | 25 | 301 | 52 | 100 |
| Binary | 1111100 | 10111001 | 11001010 | 100111 | 1000 | 0 | 10101 | 11000001 | 101010 | 1000000 |
Color Harmonies of #7CB9CA
Complementary color
Monochromatic Colors of #7CB9CA
Black with #7CB9CA
Text Example
Text Example
White with #7CB9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB9CA; }
p { color: rgb(124,185,202); }
H1.HeaderClassName
{
color: #7CB9CA;
}
.AnyTagClassName
{
color: #7CB9CA;
}
</style>
background-color css
<style>
a { background-color: #7CB9CA; }
a { background-color: rgb(124,185,202); }
div.DivClassName
{
background-color: #7CB9CA;
}
.BgClassName
{
background-color: #7CB9CA;
}
</style>
border-color css
<style>
span { border-color: #7CB9CA; }
span { border-color: rgb(124,185,202); }
td.TdClassName
{
border-color: #7CB9CA;
}
.TagClassName
{
border-color: #7CB9CA;
}
</style>