Shades of Seagull #7CBFCD
Tints of Seagull #7CBFCD
RGB
CMYK
RGB Variations
Color information
#7CBFCD (or 0x7CBFCD) is known color: Seagull. HEX triplet: 7C, BF and CD. RGB value is (124,191,205). Sum of RGB (Red+Green+Blue) = 124+191+205=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFCD is #834032. Grayscale: #ACACAC. Windows color (decimal): -8601651 or 13483900. OLE color: 13483900.
HSL color Cylindrical-coordinate representation of color #7CBFCD: hue angle of 190.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CBFCD is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 191 | 205 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.20 |
| HSL | 190.37º | 0.45% | 0.65% | - |
| HSV(B) | 190.37º | 0.4% | 0.8% | - |
| XYZ | 37.96 | 45.95 | 64.63 | - |
| YUV | 172.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 205 | 0.40 | 0.07 | 0 | 0.20 | 190.37 | 0.45 | 0.65 |
| Hex | 7C | BF | CD | 28 | 7 | 0 | 14 | BE | 2D | 41 |
| Octal | 174 | 277 | 315 | 50 | 7 | 0 | 24 | 276 | 55 | 101 |
| Binary | 1111100 | 10111111 | 11001101 | 101000 | 111 | 0 | 10100 | 10111110 | 101101 | 1000001 |
Color Harmonies of #7CBFCD
Complementary color
Monochromatic Colors of #7CBFCD
Black with #7CBFCD
Text Example
Text Example
White with #7CBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBFCD; }
p { color: rgb(124,191,205); }
H1.HeaderClassName
{
color: #7CBFCD;
}
.AnyTagClassName
{
color: #7CBFCD;
}
</style>
background-color css
<style>
a { background-color: #7CBFCD; }
a { background-color: rgb(124,191,205); }
div.DivClassName
{
background-color: #7CBFCD;
}
.BgClassName
{
background-color: #7CBFCD;
}
</style>
border-color css
<style>
span { border-color: #7CBFCD; }
span { border-color: rgb(124,191,205); }
td.TdClassName
{
border-color: #7CBFCD;
}
.TagClassName
{
border-color: #7CBFCD;
}
</style>