Shades of Seagull #7CB8CE
Tints of Seagull #7CB8CE
RGB
CMYK
RGB Variations
Color information
#7CB8CE (or 0x7CB8CE) is known color: Seagull. HEX triplet: 7C, B8 and CE. RGB value is (124,184,206). Sum of RGB (Red+Green+Blue) = 124+184+206=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CB8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB8CE is #834731. Grayscale: #A8A8A8. Windows color (decimal): -8603442 or 13547644. OLE color: 13547644.
HSL color Cylindrical-coordinate representation of color #7CB8CE: hue angle of 196.1º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CB8CE is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 184 | 206 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.19 |
| HSL | 196.1º | 0.46% | 0.65% | - |
| HSV(B) | 196.1º | 0.4% | 0.81% | - |
| XYZ | 36.59 | 43.02 | 64.77 | - |
| YUV | 168.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 206 | 0.40 | 0.11 | 0 | 0.19 | 196.1 | 0.46 | 0.65 |
| Hex | 7C | B8 | CE | 28 | B | 0 | 13 | C4 | 2E | 41 |
| Octal | 174 | 270 | 316 | 50 | 13 | 0 | 23 | 304 | 56 | 101 |
| Binary | 1111100 | 10111000 | 11001110 | 101000 | 1011 | 0 | 10011 | 11000100 | 101110 | 1000001 |
Color Harmonies of #7CB8CE
Complementary color
Monochromatic Colors of #7CB8CE
Black with #7CB8CE
Text Example
Text Example
White with #7CB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB8CE; }
p { color: rgb(124,184,206); }
H1.HeaderClassName
{
color: #7CB8CE;
}
.AnyTagClassName
{
color: #7CB8CE;
}
</style>
background-color css
<style>
a { background-color: #7CB8CE; }
a { background-color: rgb(124,184,206); }
div.DivClassName
{
background-color: #7CB8CE;
}
.BgClassName
{
background-color: #7CB8CE;
}
</style>
border-color css
<style>
span { border-color: #7CB8CE; }
span { border-color: rgb(124,184,206); }
td.TdClassName
{
border-color: #7CB8CE;
}
.TagClassName
{
border-color: #7CB8CE;
}
</style>