Shades of Seagull #7DBCCB
Tints of Seagull #7DBCCB
RGB
CMYK
RGB Variations
Color information
#7DBCCB (or 0x7DBCCB) is known color: Seagull. HEX triplet: 7D, BC and CB. RGB value is (125,188,203). Sum of RGB (Red+Green+Blue) = 125+188+203=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DBCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCCB is #824334. Grayscale: #AAAAAA. Windows color (decimal): -8536885 or 13352061. OLE color: 13352061.
HSL color Cylindrical-coordinate representation of color #7DBCCB: hue angle of 191.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DBCCB is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 188 | 203 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.20 |
| HSL | 191.54º | 0.43% | 0.64% | - |
| HSV(B) | 191.54º | 0.38% | 0.8% | - |
| XYZ | 37.22 | 44.64 | 63.15 | - |
| YUV | 170.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 203 | 0.38 | 0.07 | 0 | 0.20 | 191.54 | 0.43 | 0.64 |
| Hex | 7D | BC | CB | 26 | 7 | 0 | 14 | C0 | 2B | 40 |
| Octal | 175 | 274 | 313 | 46 | 7 | 0 | 24 | 300 | 53 | 100 |
| Binary | 1111101 | 10111100 | 11001011 | 100110 | 111 | 0 | 10100 | 11000000 | 101011 | 1000000 |
Color Harmonies of #7DBCCB
Complementary color
Monochromatic Colors of #7DBCCB
Black with #7DBCCB
Text Example
Text Example
White with #7DBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCCB; }
p { color: rgb(125,188,203); }
H1.HeaderClassName
{
color: #7DBCCB;
}
.AnyTagClassName
{
color: #7DBCCB;
}
</style>
background-color css
<style>
a { background-color: #7DBCCB; }
a { background-color: rgb(125,188,203); }
div.DivClassName
{
background-color: #7DBCCB;
}
.BgClassName
{
background-color: #7DBCCB;
}
</style>
border-color css
<style>
span { border-color: #7DBCCB; }
span { border-color: rgb(125,188,203); }
td.TdClassName
{
border-color: #7DBCCB;
}
.TagClassName
{
border-color: #7DBCCB;
}
</style>