Shades of Seagull #7DBBC8
Tints of Seagull #7DBBC8
RGB
CMYK
RGB Variations
Color information
#7DBBC8 (or 0x7DBBC8) is known color: Seagull. HEX triplet: 7D, BB and C8. RGB value is (125,187,200). Sum of RGB (Red+Green+Blue) = 125+187+200=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #7DBBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBC8 is #824437. Grayscale: #A9A9A9. Windows color (decimal): -8537144 or 13155197. OLE color: 13155197.
HSL color Cylindrical-coordinate representation of color #7DBBC8: hue angle of 190.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DBBC8 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 187 | 200 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.22 |
| HSL | 190.4º | 0.41% | 0.64% | - |
| HSV(B) | 190.4º | 0.38% | 0.78% | - |
| XYZ | 36.65 | 44.07 | 61.22 | - |
| YUV | 169.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 200 | 0.38 | 0.06 | 0 | 0.22 | 190.4 | 0.41 | 0.64 |
| Hex | 7D | BB | C8 | 26 | 6 | 0 | 16 | BE | 29 | 40 |
| Octal | 175 | 273 | 310 | 46 | 6 | 0 | 26 | 276 | 51 | 100 |
| Binary | 1111101 | 10111011 | 11001000 | 100110 | 110 | 0 | 10110 | 10111110 | 101001 | 1000000 |
Color Harmonies of #7DBBC8
Complementary color
Monochromatic Colors of #7DBBC8
Black with #7DBBC8
Text Example
Text Example
White with #7DBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBC8; }
p { color: rgb(125,187,200); }
H1.HeaderClassName
{
color: #7DBBC8;
}
.AnyTagClassName
{
color: #7DBBC8;
}
</style>
background-color css
<style>
a { background-color: #7DBBC8; }
a { background-color: rgb(125,187,200); }
div.DivClassName
{
background-color: #7DBBC8;
}
.BgClassName
{
background-color: #7DBBC8;
}
</style>
border-color css
<style>
span { border-color: #7DBBC8; }
span { border-color: rgb(125,187,200); }
td.TdClassName
{
border-color: #7DBBC8;
}
.TagClassName
{
border-color: #7DBBC8;
}
</style>