Shades of Seagull #7DBBE0
Tints of Seagull #7DBBE0
RGB
CMYK
RGB Variations
Color information
#7DBBE0 (or 0x7DBBE0) is known color: Seagull. HEX triplet: 7D, BB and E0. RGB value is (125,187,224). Sum of RGB (Red+Green+Blue) = 125+187+224=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DBBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBE0 is #82441F. Grayscale: #ACACAC. Windows color (decimal): -8537120 or 14728061. OLE color: 14728061.
HSL color Cylindrical-coordinate representation of color #7DBBE0: hue angle of 202.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DBBE0 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 187 | 224 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.12 |
| HSL | 202.42º | 0.61% | 0.68% | - |
| HSV(B) | 202.42º | 0.44% | 0.88% | - |
| XYZ | 39.68 | 45.28 | 77.17 | - |
| YUV | 172.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 224 | 0.44 | 0.17 | 0 | 0.12 | 202.42 | 0.61 | 0.68 |
| Hex | 7D | BB | E0 | 2C | 11 | 0 | C | CA | 3D | 44 |
| Octal | 175 | 273 | 340 | 54 | 21 | 0 | 14 | 312 | 75 | 104 |
| Binary | 1111101 | 10111011 | 11100000 | 101100 | 10001 | 0 | 1100 | 11001010 | 111101 | 1000100 |
Color Harmonies of #7DBBE0
Complementary color
Monochromatic Colors of #7DBBE0
Black with #7DBBE0
Text Example
Text Example
White with #7DBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBE0; }
p { color: rgb(125,187,224); }
H1.HeaderClassName
{
color: #7DBBE0;
}
.AnyTagClassName
{
color: #7DBBE0;
}
</style>
background-color css
<style>
a { background-color: #7DBBE0; }
a { background-color: rgb(125,187,224); }
div.DivClassName
{
background-color: #7DBBE0;
}
.BgClassName
{
background-color: #7DBBE0;
}
</style>
border-color css
<style>
span { border-color: #7DBBE0; }
span { border-color: rgb(125,187,224); }
td.TdClassName
{
border-color: #7DBBE0;
}
.TagClassName
{
border-color: #7DBBE0;
}
</style>