Shades of Seagull #7CBEDF
Tints of Seagull #7CBEDF
RGB
CMYK
RGB Variations
Color information
#7CBEDF (or 0x7CBEDF) is known color: Seagull. HEX triplet: 7C, BE and DF. RGB value is (124,190,223). Sum of RGB (Red+Green+Blue) = 124+190+223=537 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.09% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CBEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEDF is #834120. Grayscale: #ADADAD. Windows color (decimal): -8601889 or 14663292. OLE color: 14663292.
HSL color Cylindrical-coordinate representation of color #7CBEDF: hue angle of 200º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CBEDF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 190 | 223 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.13 |
| HSL | 200º | 0.61% | 0.68% | - |
| HSV(B) | 200º | 0.44% | 0.87% | - |
| XYZ | 40.04 | 46.44 | 76.67 | - |
| YUV | 174.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 223 | 0.44 | 0.15 | 0 | 0.13 | 200 | 0.61 | 0.68 |
| Hex | 7C | BE | DF | 2C | F | 0 | D | C8 | 3D | 44 |
| Octal | 174 | 276 | 337 | 54 | 17 | 0 | 15 | 310 | 75 | 104 |
| Binary | 1111100 | 10111110 | 11011111 | 101100 | 1111 | 0 | 1101 | 11001000 | 111101 | 1000100 |
Color Harmonies of #7CBEDF
Complementary color
Monochromatic Colors of #7CBEDF
Black with #7CBEDF
Text Example
Text Example
White with #7CBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBEDF; }
p { color: rgb(124,190,223); }
H1.HeaderClassName
{
color: #7CBEDF;
}
.AnyTagClassName
{
color: #7CBEDF;
}
</style>
background-color css
<style>
a { background-color: #7CBEDF; }
a { background-color: rgb(124,190,223); }
div.DivClassName
{
background-color: #7CBEDF;
}
.BgClassName
{
background-color: #7CBEDF;
}
</style>
border-color css
<style>
span { border-color: #7CBEDF; }
span { border-color: rgb(124,190,223); }
td.TdClassName
{
border-color: #7CBEDF;
}
.TagClassName
{
border-color: #7CBEDF;
}
</style>