Shades of Seagull #7DBFCC
Tints of Seagull #7DBFCC
RGB
CMYK
RGB Variations
Color information
#7DBFCC (or 0x7DBFCC) is known color: Seagull. HEX triplet: 7D, BF and CC. RGB value is (125,191,204). Sum of RGB (Red+Green+Blue) = 125+191+204=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DBFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFCC is #824033. Grayscale: #ACACAC. Windows color (decimal): -8536116 or 13418365. OLE color: 13418365.
HSL color Cylindrical-coordinate representation of color #7DBFCC: hue angle of 189.87º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBFCC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 191 | 204 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.2 |
| HSL | 189.87º | 0.44% | 0.65% | - |
| HSV(B) | 189.87º | 0.39% | 0.8% | - |
| XYZ | 37.99 | 45.98 | 64 | - |
| YUV | 172.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 204 | 0.39 | 0.06 | 0 | 0.2 | 189.87 | 0.44 | 0.65 |
| Hex | 7D | BF | CC | 27 | 6 | 0 | 14 | BE | 2C | 41 |
| Octal | 175 | 277 | 314 | 47 | 6 | 0 | 24 | 276 | 54 | 101 |
| Binary | 1111101 | 10111111 | 11001100 | 100111 | 110 | 0 | 10100 | 10111110 | 101100 | 1000001 |
Color Harmonies of #7DBFCC
Complementary color
Monochromatic Colors of #7DBFCC
Black with #7DBFCC
Text Example
Text Example
White with #7DBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFCC; }
p { color: rgb(125,191,204); }
H1.HeaderClassName
{
color: #7DBFCC;
}
.AnyTagClassName
{
color: #7DBFCC;
}
</style>
background-color css
<style>
a { background-color: #7DBFCC; }
a { background-color: rgb(125,191,204); }
div.DivClassName
{
background-color: #7DBFCC;
}
.BgClassName
{
background-color: #7DBFCC;
}
</style>
border-color css
<style>
span { border-color: #7DBFCC; }
span { border-color: rgb(125,191,204); }
td.TdClassName
{
border-color: #7DBFCC;
}
.TagClassName
{
border-color: #7DBFCC;
}
</style>