Shades of Seagull #7DBBCF
Tints of Seagull #7DBBCF
RGB
CMYK
RGB Variations
Color information
#7DBBCF (or 0x7DBBCF) is known color: Seagull. HEX triplet: 7D, BB and CF. RGB value is (125,187,207). Sum of RGB (Red+Green+Blue) = 125+187+207=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DBBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBCF is #824430. Grayscale: #AAAAAA. Windows color (decimal): -8537137 or 13613949. OLE color: 13613949.
HSL color Cylindrical-coordinate representation of color #7DBBCF: hue angle of 194.63º 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 #7DBBCF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 187 | 207 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.19 |
| HSL | 194.63º | 0.46% | 0.65% | - |
| HSV(B) | 194.63º | 0.4% | 0.81% | - |
| XYZ | 37.49 | 44.41 | 65.63 | - |
| YUV | 170.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 207 | 0.40 | 0.10 | 0 | 0.19 | 194.63 | 0.46 | 0.65 |
| Hex | 7D | BB | CF | 28 | A | 0 | 13 | C3 | 2E | 41 |
| Octal | 175 | 273 | 317 | 50 | 12 | 0 | 23 | 303 | 56 | 101 |
| Binary | 1111101 | 10111011 | 11001111 | 101000 | 1010 | 0 | 10011 | 11000011 | 101110 | 1000001 |
Color Harmonies of #7DBBCF
Complementary color
Monochromatic Colors of #7DBBCF
Black with #7DBBCF
Text Example
Text Example
White with #7DBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBCF; }
p { color: rgb(125,187,207); }
H1.HeaderClassName
{
color: #7DBBCF;
}
.AnyTagClassName
{
color: #7DBBCF;
}
</style>
background-color css
<style>
a { background-color: #7DBBCF; }
a { background-color: rgb(125,187,207); }
div.DivClassName
{
background-color: #7DBBCF;
}
.BgClassName
{
background-color: #7DBBCF;
}
</style>
border-color css
<style>
span { border-color: #7DBBCF; }
span { border-color: rgb(125,187,207); }
td.TdClassName
{
border-color: #7DBBCF;
}
.TagClassName
{
border-color: #7DBBCF;
}
</style>