Shades of Seagull #7CBEDB
Tints of Seagull #7CBEDB
RGB
CMYK
RGB Variations
Color information
#7CBEDB (or 0x7CBEDB) is known color: Seagull. HEX triplet: 7C, BE and DB. RGB value is (124,190,219). Sum of RGB (Red+Green+Blue) = 124+190+219=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEDB is #834124. Grayscale: #ADADAD. Windows color (decimal): -8601893 or 14401148. OLE color: 14401148.
HSL color Cylindrical-coordinate representation of color #7CBEDB: hue angle of 198.32º 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 #7CBEDB is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 190 | 219 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.14 |
| HSL | 198.32º | 0.57% | 0.67% | - |
| HSV(B) | 198.32º | 0.43% | 0.86% | - |
| XYZ | 39.51 | 46.23 | 73.86 | - |
| YUV | 173.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 219 | 0.43 | 0.13 | 0 | 0.14 | 198.32 | 0.57 | 0.67 |
| Hex | 7C | BE | DB | 2B | D | 0 | E | C6 | 39 | 43 |
| Octal | 174 | 276 | 333 | 53 | 15 | 0 | 16 | 306 | 71 | 103 |
| Binary | 1111100 | 10111110 | 11011011 | 101011 | 1101 | 0 | 1110 | 11000110 | 111001 | 1000011 |
Color Harmonies of #7CBEDB
Complementary color
Monochromatic Colors of #7CBEDB
Black with #7CBEDB
Text Example
Text Example
White with #7CBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBEDB; }
p { color: rgb(124,190,219); }
H1.HeaderClassName
{
color: #7CBEDB;
}
.AnyTagClassName
{
color: #7CBEDB;
}
</style>
background-color css
<style>
a { background-color: #7CBEDB; }
a { background-color: rgb(124,190,219); }
div.DivClassName
{
background-color: #7CBEDB;
}
.BgClassName
{
background-color: #7CBEDB;
}
</style>
border-color css
<style>
span { border-color: #7CBEDB; }
span { border-color: rgb(124,190,219); }
td.TdClassName
{
border-color: #7CBEDB;
}
.TagClassName
{
border-color: #7CBEDB;
}
</style>