Shades of Seagull #7CBCDC
Tints of Seagull #7CBCDC
RGB
CMYK
RGB Variations
Color information
#7CBCDC (or 0x7CBCDC) is known color: Seagull. HEX triplet: 7C, BC and DC. RGB value is (124,188,220). Sum of RGB (Red+Green+Blue) = 124+188+220=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCDC is #834323. Grayscale: #ACACAC. Windows color (decimal): -8602404 or 14466172. OLE color: 14466172.
HSL color Cylindrical-coordinate representation of color #7CBCDC: hue angle of 200º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CBCDC is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 188 | 220 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.14 |
| HSL | 200º | 0.58% | 0.67% | - |
| HSV(B) | 200º | 0.44% | 0.86% | - |
| XYZ | 39.21 | 45.42 | 74.41 | - |
| YUV | 172.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 220 | 0.44 | 0.15 | 0 | 0.14 | 200 | 0.58 | 0.67 |
| Hex | 7C | BC | DC | 2C | F | 0 | E | C8 | 3A | 43 |
| Octal | 174 | 274 | 334 | 54 | 17 | 0 | 16 | 310 | 72 | 103 |
| Binary | 1111100 | 10111100 | 11011100 | 101100 | 1111 | 0 | 1110 | 11001000 | 111010 | 1000011 |
Color Harmonies of #7CBCDC
Complementary color
Monochromatic Colors of #7CBCDC
Black with #7CBCDC
Text Example
Text Example
White with #7CBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCDC; }
p { color: rgb(124,188,220); }
H1.HeaderClassName
{
color: #7CBCDC;
}
.AnyTagClassName
{
color: #7CBCDC;
}
</style>
background-color css
<style>
a { background-color: #7CBCDC; }
a { background-color: rgb(124,188,220); }
div.DivClassName
{
background-color: #7CBCDC;
}
.BgClassName
{
background-color: #7CBCDC;
}
</style>
border-color css
<style>
span { border-color: #7CBCDC; }
span { border-color: rgb(124,188,220); }
td.TdClassName
{
border-color: #7CBCDC;
}
.TagClassName
{
border-color: #7CBCDC;
}
</style>