Shades of Seagull #7CBECC
Tints of Seagull #7CBECC
RGB
CMYK
RGB Variations
Color information
#7CBECC (or 0x7CBECC) is known color: Seagull. HEX triplet: 7C, BE and CC. RGB value is (124,190,204). Sum of RGB (Red+Green+Blue) = 124+190+204=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBECC is #834133. Grayscale: #ABABAB. Windows color (decimal): -8601908 or 13418108. OLE color: 13418108.
HSL color Cylindrical-coordinate representation of color #7CBECC: hue angle of 190.5º degrees, saturation: 0.44, 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 #7CBECC is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 190 | 204 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.2 |
| HSL | 190.5º | 0.44% | 0.64% | - |
| HSV(B) | 190.5º | 0.39% | 0.8% | - |
| XYZ | 37.62 | 45.47 | 63.92 | - |
| YUV | 171.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 204 | 0.39 | 0.07 | 0 | 0.2 | 190.5 | 0.44 | 0.64 |
| Hex | 7C | BE | CC | 27 | 7 | 0 | 14 | BE | 2C | 40 |
| Octal | 174 | 276 | 314 | 47 | 7 | 0 | 24 | 276 | 54 | 100 |
| Binary | 1111100 | 10111110 | 11001100 | 100111 | 111 | 0 | 10100 | 10111110 | 101100 | 1000000 |
Color Harmonies of #7CBECC
Complementary color
Monochromatic Colors of #7CBECC
Black with #7CBECC
Text Example
Text Example
White with #7CBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBECC; }
p { color: rgb(124,190,204); }
H1.HeaderClassName
{
color: #7CBECC;
}
.AnyTagClassName
{
color: #7CBECC;
}
</style>
background-color css
<style>
a { background-color: #7CBECC; }
a { background-color: rgb(124,190,204); }
div.DivClassName
{
background-color: #7CBECC;
}
.BgClassName
{
background-color: #7CBECC;
}
</style>
border-color css
<style>
span { border-color: #7CBECC; }
span { border-color: rgb(124,190,204); }
td.TdClassName
{
border-color: #7CBECC;
}
.TagClassName
{
border-color: #7CBECC;
}
</style>