Shades of Seagull #7DB4CA
Tints of Seagull #7DB4CA
RGB
CMYK
RGB Variations
Color information
#7DB4CA (or 0x7DB4CA) is known color: Seagull. HEX triplet: 7D, B4 and CA. RGB value is (125,180,202). Sum of RGB (Red+Green+Blue) = 125+180+202=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #7DB4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB4CA is #824B35. Grayscale: #A5A5A5. Windows color (decimal): -8538934 or 13284477. OLE color: 13284477.
HSL color Cylindrical-coordinate representation of color #7DB4CA: hue angle of 197.14º 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 #7DB4CA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 180 | 202 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.21 |
| HSL | 197.14º | 0.42% | 0.64% | - |
| HSV(B) | 197.14º | 0.38% | 0.79% | - |
| XYZ | 35.44 | 41.27 | 61.97 | - |
| YUV | 166.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 202 | 0.38 | 0.11 | 0 | 0.21 | 197.14 | 0.42 | 0.64 |
| Hex | 7D | B4 | CA | 26 | B | 0 | 15 | C5 | 2A | 40 |
| Octal | 175 | 264 | 312 | 46 | 13 | 0 | 25 | 305 | 52 | 100 |
| Binary | 1111101 | 10110100 | 11001010 | 100110 | 1011 | 0 | 10101 | 11000101 | 101010 | 1000000 |
Color Harmonies of #7DB4CA
Complementary color
Monochromatic Colors of #7DB4CA
Black with #7DB4CA
Text Example
Text Example
White with #7DB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB4CA; }
p { color: rgb(125,180,202); }
H1.HeaderClassName
{
color: #7DB4CA;
}
.AnyTagClassName
{
color: #7DB4CA;
}
</style>
background-color css
<style>
a { background-color: #7DB4CA; }
a { background-color: rgb(125,180,202); }
div.DivClassName
{
background-color: #7DB4CA;
}
.BgClassName
{
background-color: #7DB4CA;
}
</style>
border-color css
<style>
span { border-color: #7DB4CA; }
span { border-color: rgb(125,180,202); }
td.TdClassName
{
border-color: #7DB4CA;
}
.TagClassName
{
border-color: #7DB4CA;
}
</style>