Shades of Seagull #7CBCDB
Tints of Seagull #7CBCDB
RGB
CMYK
RGB Variations
Color information
#7CBCDB (or 0x7CBCDB) is known color: Seagull. HEX triplet: 7C, BC and DB. RGB value is (124,188,219). Sum of RGB (Red+Green+Blue) = 124+188+219=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCDB is #834324. Grayscale: #ACACAC. Windows color (decimal): -8602405 or 14400636. OLE color: 14400636.
HSL color Cylindrical-coordinate representation of color #7CBCDB: hue angle of 199.58º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CBCDB is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 188 | 219 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.14 |
| HSL | 199.58º | 0.57% | 0.67% | - |
| HSV(B) | 199.58º | 0.43% | 0.86% | - |
| XYZ | 39.08 | 45.37 | 73.71 | - |
| YUV | 172.4 | 154.3 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 219 | 0.43 | 0.14 | 0 | 0.14 | 199.58 | 0.57 | 0.67 |
| Hex | 7C | BC | DB | 2B | E | 0 | E | C8 | 39 | 43 |
| Octal | 174 | 274 | 333 | 53 | 16 | 0 | 16 | 310 | 71 | 103 |
| Binary | 1111100 | 10111100 | 11011011 | 101011 | 1110 | 0 | 1110 | 11001000 | 111001 | 1000011 |
Color Harmonies of #7CBCDB
Complementary color
Monochromatic Colors of #7CBCDB
Black with #7CBCDB
Text Example
Text Example
White with #7CBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCDB; }
p { color: rgb(124,188,219); }
H1.HeaderClassName
{
color: #7CBCDB;
}
.AnyTagClassName
{
color: #7CBCDB;
}
</style>
background-color css
<style>
a { background-color: #7CBCDB; }
a { background-color: rgb(124,188,219); }
div.DivClassName
{
background-color: #7CBCDB;
}
.BgClassName
{
background-color: #7CBCDB;
}
</style>
border-color css
<style>
span { border-color: #7CBCDB; }
span { border-color: rgb(124,188,219); }
td.TdClassName
{
border-color: #7CBCDB;
}
.TagClassName
{
border-color: #7CBCDB;
}
</style>