Shades of Seagull #7DB2CA
Tints of Seagull #7DB2CA
RGB
CMYK
RGB Variations
Color information
#7DB2CA (or 0x7DB2CA) is known color: Seagull. HEX triplet: 7D, B2 and CA. RGB value is (125,178,202). Sum of RGB (Red+Green+Blue) = 125+178+202=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #7DB2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2CA is #824D35. Grayscale: #A4A4A4. Windows color (decimal): -8539446 or 13283965. OLE color: 13283965.
HSL color Cylindrical-coordinate representation of color #7DB2CA: hue angle of 198.7º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DB2CA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 178 | 202 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.21 |
| HSL | 198.7º | 0.42% | 0.64% | - |
| HSV(B) | 198.7º | 0.38% | 0.79% | - |
| XYZ | 35.04 | 40.47 | 61.84 | - |
| YUV | 164.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 202 | 0.38 | 0.12 | 0 | 0.21 | 198.7 | 0.42 | 0.64 |
| Hex | 7D | B2 | CA | 26 | C | 0 | 15 | C7 | 2A | 40 |
| Octal | 175 | 262 | 312 | 46 | 14 | 0 | 25 | 307 | 52 | 100 |
| Binary | 1111101 | 10110010 | 11001010 | 100110 | 1100 | 0 | 10101 | 11000111 | 101010 | 1000000 |
Color Harmonies of #7DB2CA
Complementary color
Monochromatic Colors of #7DB2CA
Black with #7DB2CA
Text Example
Text Example
White with #7DB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB2CA; }
p { color: rgb(125,178,202); }
H1.HeaderClassName
{
color: #7DB2CA;
}
.AnyTagClassName
{
color: #7DB2CA;
}
</style>
background-color css
<style>
a { background-color: #7DB2CA; }
a { background-color: rgb(125,178,202); }
div.DivClassName
{
background-color: #7DB2CA;
}
.BgClassName
{
background-color: #7DB2CA;
}
</style>
border-color css
<style>
span { border-color: #7DB2CA; }
span { border-color: rgb(125,178,202); }
td.TdClassName
{
border-color: #7DB2CA;
}
.TagClassName
{
border-color: #7DB2CA;
}
</style>