Shades of Seagull #7EBDDB
Tints of Seagull #7EBDDB
RGB
CMYK
RGB Variations
Color information
#7EBDDB (or 0x7EBDDB) is known color: Seagull. HEX triplet: 7E, BD and DB. RGB value is (126,189,219). Sum of RGB (Red+Green+Blue) = 126+189+219=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDDB is #814224. Grayscale: #ADADAD. Windows color (decimal): -8471077 or 14400894. OLE color: 14400894.
HSL color Cylindrical-coordinate representation of color #7EBDDB: hue angle of 199.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EBDDB is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 189 | 219 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.14 |
| HSL | 199.35º | 0.56% | 0.68% | - |
| HSV(B) | 199.35º | 0.42% | 0.86% | - |
| XYZ | 39.59 | 45.95 | 73.8 | - |
| YUV | 173.58 | 153.63 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 219 | 0.42 | 0.14 | 0 | 0.14 | 199.35 | 0.56 | 0.68 |
| Hex | 7E | BD | DB | 2A | E | 0 | E | C7 | 38 | 44 |
| Octal | 176 | 275 | 333 | 52 | 16 | 0 | 16 | 307 | 70 | 104 |
| Binary | 1111110 | 10111101 | 11011011 | 101010 | 1110 | 0 | 1110 | 11000111 | 111000 | 1000100 |
Color Harmonies of #7EBDDB
Complementary color
Monochromatic Colors of #7EBDDB
Black with #7EBDDB
Text Example
Text Example
White with #7EBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDDB; }
p { color: rgb(126,189,219); }
H1.HeaderClassName
{
color: #7EBDDB;
}
.AnyTagClassName
{
color: #7EBDDB;
}
</style>
background-color css
<style>
a { background-color: #7EBDDB; }
a { background-color: rgb(126,189,219); }
div.DivClassName
{
background-color: #7EBDDB;
}
.BgClassName
{
background-color: #7EBDDB;
}
</style>
border-color css
<style>
span { border-color: #7EBDDB; }
span { border-color: rgb(126,189,219); }
td.TdClassName
{
border-color: #7EBDDB;
}
.TagClassName
{
border-color: #7EBDDB;
}
</style>