Shades of Seagull #7DBBD6
Tints of Seagull #7DBBD6
RGB
CMYK
RGB Variations
Color information
#7DBBD6 (or 0x7DBBD6) is known color: Seagull. HEX triplet: 7D, BB and D6. RGB value is (125,187,214). Sum of RGB (Red+Green+Blue) = 125+187+214=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #7DBBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBD6 is #824429. Grayscale: #ABABAB. Windows color (decimal): -8537130 or 14072701. OLE color: 14072701.
HSL color Cylindrical-coordinate representation of color #7DBBD6: hue angle of 198.2º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBBD6 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 187 | 214 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.16 |
| HSL | 198.2º | 0.52% | 0.66% | - |
| HSV(B) | 198.2º | 0.42% | 0.84% | - |
| XYZ | 38.37 | 44.76 | 70.23 | - |
| YUV | 171.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 214 | 0.42 | 0.13 | 0 | 0.16 | 198.2 | 0.52 | 0.66 |
| Hex | 7D | BB | D6 | 2A | D | 0 | 10 | C6 | 34 | 42 |
| Octal | 175 | 273 | 326 | 52 | 15 | 0 | 20 | 306 | 64 | 102 |
| Binary | 1111101 | 10111011 | 11010110 | 101010 | 1101 | 0 | 10000 | 11000110 | 110100 | 1000010 |
Color Harmonies of #7DBBD6
Complementary color
Monochromatic Colors of #7DBBD6
Black with #7DBBD6
Text Example
Text Example
White with #7DBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBD6; }
p { color: rgb(125,187,214); }
H1.HeaderClassName
{
color: #7DBBD6;
}
.AnyTagClassName
{
color: #7DBBD6;
}
</style>
background-color css
<style>
a { background-color: #7DBBD6; }
a { background-color: rgb(125,187,214); }
div.DivClassName
{
background-color: #7DBBD6;
}
.BgClassName
{
background-color: #7DBBD6;
}
</style>
border-color css
<style>
span { border-color: #7DBBD6; }
span { border-color: rgb(125,187,214); }
td.TdClassName
{
border-color: #7DBBD6;
}
.TagClassName
{
border-color: #7DBBD6;
}
</style>