Shades of Seagull #7DBECF
Tints of Seagull #7DBECF
RGB
CMYK
RGB Variations
Color information
#7DBECF (or 0x7DBECF) is known color: Seagull. HEX triplet: 7D, BE and CF. RGB value is (125,190,207). Sum of RGB (Red+Green+Blue) = 125+190+207=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DBECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBECF is #824130. Grayscale: #ACACAC. Windows color (decimal): -8536369 or 13614717. OLE color: 13614717.
HSL color Cylindrical-coordinate representation of color #7DBECF: hue angle of 192.44º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DBECF is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 190 | 207 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.19 |
| HSL | 192.44º | 0.46% | 0.65% | - |
| HSV(B) | 192.44º | 0.4% | 0.81% | - |
| XYZ | 38.13 | 45.69 | 65.84 | - |
| YUV | 172.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 207 | 0.40 | 0.08 | 0 | 0.19 | 192.44 | 0.46 | 0.65 |
| Hex | 7D | BE | CF | 28 | 8 | 0 | 13 | C0 | 2E | 41 |
| Octal | 175 | 276 | 317 | 50 | 10 | 0 | 23 | 300 | 56 | 101 |
| Binary | 1111101 | 10111110 | 11001111 | 101000 | 1000 | 0 | 10011 | 11000000 | 101110 | 1000001 |
Color Harmonies of #7DBECF
Complementary color
Monochromatic Colors of #7DBECF
Black with #7DBECF
Text Example
Text Example
White with #7DBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBECF; }
p { color: rgb(125,190,207); }
H1.HeaderClassName
{
color: #7DBECF;
}
.AnyTagClassName
{
color: #7DBECF;
}
</style>
background-color css
<style>
a { background-color: #7DBECF; }
a { background-color: rgb(125,190,207); }
div.DivClassName
{
background-color: #7DBECF;
}
.BgClassName
{
background-color: #7DBECF;
}
</style>
border-color css
<style>
span { border-color: #7DBECF; }
span { border-color: rgb(125,190,207); }
td.TdClassName
{
border-color: #7DBECF;
}
.TagClassName
{
border-color: #7DBECF;
}
</style>