Shades of Seagull #7CB8CB
Tints of Seagull #7CB8CB
RGB
CMYK
RGB Variations
Color information
#7CB8CB (or 0x7CB8CB) is known color: Seagull. HEX triplet: 7C, B8 and CB. RGB value is (124,184,203). Sum of RGB (Red+Green+Blue) = 124+184+203=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CB8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB8CB is #834734. Grayscale: #A8A8A8. Windows color (decimal): -8603445 or 13351036. OLE color: 13351036.
HSL color Cylindrical-coordinate representation of color #7CB8CB: hue angle of 194.43º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CB8CB is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 184 | 203 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.20 |
| HSL | 194.43º | 0.43% | 0.64% | - |
| HSV(B) | 194.43º | 0.39% | 0.8% | - |
| XYZ | 36.23 | 42.88 | 62.87 | - |
| YUV | 168.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 203 | 0.39 | 0.09 | 0 | 0.20 | 194.43 | 0.43 | 0.64 |
| Hex | 7C | B8 | CB | 27 | 9 | 0 | 14 | C2 | 2B | 40 |
| Octal | 174 | 270 | 313 | 47 | 11 | 0 | 24 | 302 | 53 | 100 |
| Binary | 1111100 | 10111000 | 11001011 | 100111 | 1001 | 0 | 10100 | 11000010 | 101011 | 1000000 |
Color Harmonies of #7CB8CB
Complementary color
Monochromatic Colors of #7CB8CB
Black with #7CB8CB
Text Example
Text Example
White with #7CB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB8CB; }
p { color: rgb(124,184,203); }
H1.HeaderClassName
{
color: #7CB8CB;
}
.AnyTagClassName
{
color: #7CB8CB;
}
</style>
background-color css
<style>
a { background-color: #7CB8CB; }
a { background-color: rgb(124,184,203); }
div.DivClassName
{
background-color: #7CB8CB;
}
.BgClassName
{
background-color: #7CB8CB;
}
</style>
border-color css
<style>
span { border-color: #7CB8CB; }
span { border-color: rgb(124,184,203); }
td.TdClassName
{
border-color: #7CB8CB;
}
.TagClassName
{
border-color: #7CB8CB;
}
</style>