Shades of Seagull #7CBBE0
Tints of Seagull #7CBBE0
RGB
CMYK
RGB Variations
Color information
#7CBBE0 (or 0x7CBBE0) is known color: Seagull. HEX triplet: 7C, BB and E0. RGB value is (124,187,224). Sum of RGB (Red+Green+Blue) = 124+187+224=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #7CBBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBBE0 is #83441F. Grayscale: #ACACAC. Windows color (decimal): -8602656 or 14728060. OLE color: 14728060.
HSL color Cylindrical-coordinate representation of color #7CBBE0: hue angle of 202.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CBBE0 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 187 | 224 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.12 |
| HSL | 202.2º | 0.62% | 0.68% | - |
| HSV(B) | 202.2º | 0.45% | 0.88% | - |
| XYZ | 39.54 | 45.21 | 77.16 | - |
| YUV | 172.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 224 | 0.45 | 0.17 | 0 | 0.12 | 202.2 | 0.62 | 0.68 |
| Hex | 7C | BB | E0 | 2D | 11 | 0 | C | CA | 3E | 44 |
| Octal | 174 | 273 | 340 | 55 | 21 | 0 | 14 | 312 | 76 | 104 |
| Binary | 1111100 | 10111011 | 11100000 | 101101 | 10001 | 0 | 1100 | 11001010 | 111110 | 1000100 |
Color Harmonies of #7CBBE0
Complementary color
Monochromatic Colors of #7CBBE0
Black with #7CBBE0
Text Example
Text Example
White with #7CBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBBE0; }
p { color: rgb(124,187,224); }
H1.HeaderClassName
{
color: #7CBBE0;
}
.AnyTagClassName
{
color: #7CBBE0;
}
</style>
background-color css
<style>
a { background-color: #7CBBE0; }
a { background-color: rgb(124,187,224); }
div.DivClassName
{
background-color: #7CBBE0;
}
.BgClassName
{
background-color: #7CBBE0;
}
</style>
border-color css
<style>
span { border-color: #7CBBE0; }
span { border-color: rgb(124,187,224); }
td.TdClassName
{
border-color: #7CBBE0;
}
.TagClassName
{
border-color: #7CBBE0;
}
</style>