Shades of Seagull #7DBBE1
Tints of Seagull #7DBBE1
RGB
CMYK
RGB Variations
Color information
#7DBBE1 (or 0x7DBBE1) is known color: Seagull. HEX triplet: 7D, BB and E1. RGB value is (125,187,225). Sum of RGB (Red+Green+Blue) = 125+187+225=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #7DBBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBE1 is #82441E. Grayscale: #ACACAC. Windows color (decimal): -8537119 or 14793597. OLE color: 14793597.
HSL color Cylindrical-coordinate representation of color #7DBBE1: hue angle of 202.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DBBE1 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 187 | 225 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.12 |
| HSL | 202.8º | 0.63% | 0.69% | - |
| HSV(B) | 202.8º | 0.44% | 0.88% | - |
| XYZ | 39.82 | 45.34 | 77.89 | - |
| YUV | 172.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 225 | 0.44 | 0.17 | 0 | 0.12 | 202.8 | 0.63 | 0.69 |
| Hex | 7D | BB | E1 | 2C | 11 | 0 | C | CB | 3E | 45 |
| Octal | 175 | 273 | 341 | 54 | 21 | 0 | 14 | 313 | 76 | 105 |
| Binary | 1111101 | 10111011 | 11100001 | 101100 | 10001 | 0 | 1100 | 11001011 | 111110 | 1000101 |
Color Harmonies of #7DBBE1
Complementary color
Monochromatic Colors of #7DBBE1
Black with #7DBBE1
Text Example
Text Example
White with #7DBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBE1; }
p { color: rgb(125,187,225); }
H1.HeaderClassName
{
color: #7DBBE1;
}
.AnyTagClassName
{
color: #7DBBE1;
}
</style>
background-color css
<style>
a { background-color: #7DBBE1; }
a { background-color: rgb(125,187,225); }
div.DivClassName
{
background-color: #7DBBE1;
}
.BgClassName
{
background-color: #7DBBE1;
}
</style>
border-color css
<style>
span { border-color: #7DBBE1; }
span { border-color: rgb(125,187,225); }
td.TdClassName
{
border-color: #7DBBE1;
}
.TagClassName
{
border-color: #7DBBE1;
}
</style>