Shades of Seagull #7DBFCF
Tints of Seagull #7DBFCF
RGB
CMYK
RGB Variations
Color information
#7DBFCF (or 0x7DBFCF) is known color: Seagull. HEX triplet: 7D, BF and CF. RGB value is (125,191,207). Sum of RGB (Red+Green+Blue) = 125+191+207=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DBFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFCF is #824030. Grayscale: #ACACAC. Windows color (decimal): -8536113 or 13614973. OLE color: 13614973.
HSL color Cylindrical-coordinate representation of color #7DBFCF: hue angle of 191.71º 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 #7DBFCF is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 191 | 207 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.19 |
| HSL | 191.71º | 0.46% | 0.65% | - |
| HSV(B) | 191.71º | 0.4% | 0.81% | - |
| XYZ | 38.35 | 46.13 | 65.91 | - |
| YUV | 173.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 207 | 0.40 | 0.08 | 0 | 0.19 | 191.71 | 0.46 | 0.65 |
| Hex | 7D | BF | CF | 28 | 8 | 0 | 13 | C0 | 2E | 41 |
| Octal | 175 | 277 | 317 | 50 | 10 | 0 | 23 | 300 | 56 | 101 |
| Binary | 1111101 | 10111111 | 11001111 | 101000 | 1000 | 0 | 10011 | 11000000 | 101110 | 1000001 |
Color Harmonies of #7DBFCF
Complementary color
Monochromatic Colors of #7DBFCF
Black with #7DBFCF
Text Example
Text Example
White with #7DBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFCF; }
p { color: rgb(125,191,207); }
H1.HeaderClassName
{
color: #7DBFCF;
}
.AnyTagClassName
{
color: #7DBFCF;
}
</style>
background-color css
<style>
a { background-color: #7DBFCF; }
a { background-color: rgb(125,191,207); }
div.DivClassName
{
background-color: #7DBFCF;
}
.BgClassName
{
background-color: #7DBFCF;
}
</style>
border-color css
<style>
span { border-color: #7DBFCF; }
span { border-color: rgb(125,191,207); }
td.TdClassName
{
border-color: #7DBFCF;
}
.TagClassName
{
border-color: #7DBFCF;
}
</style>