Shades of Seagull #7AB7CA
Tints of Seagull #7AB7CA
RGB
CMYK
RGB Variations
Color information
#7AB7CA (or 0x7AB7CA) is known color: Seagull. HEX triplet: 7A, B7 and CA. RGB value is (122,183,202). Sum of RGB (Red+Green+Blue) = 122+183+202=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 183 (71.88% from 255 or 36.09% 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 #7AB7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB7CA is #854835. Grayscale: #A6A6A6. Windows color (decimal): -8734774 or 13285242. OLE color: 13285242.
HSL color Cylindrical-coordinate representation of color #7AB7CA: hue angle of 194.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AB7CA is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 183 | 202 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.21 |
| HSL | 194.25º | 0.43% | 0.64% | - |
| HSV(B) | 194.25º | 0.4% | 0.79% | - |
| XYZ | 35.62 | 42.27 | 62.16 | - |
| YUV | 166.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 202 | 0.40 | 0.09 | 0 | 0.21 | 194.25 | 0.43 | 0.64 |
| Hex | 7A | B7 | CA | 28 | 9 | 0 | 15 | C2 | 2B | 40 |
| Octal | 172 | 267 | 312 | 50 | 11 | 0 | 25 | 302 | 53 | 100 |
| Binary | 1111010 | 10110111 | 11001010 | 101000 | 1001 | 0 | 10101 | 11000010 | 101011 | 1000000 |
Color Harmonies of #7AB7CA
Complementary color
Monochromatic Colors of #7AB7CA
Black with #7AB7CA
Text Example
Text Example
White with #7AB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB7CA; }
p { color: rgb(122,183,202); }
H1.HeaderClassName
{
color: #7AB7CA;
}
.AnyTagClassName
{
color: #7AB7CA;
}
</style>
background-color css
<style>
a { background-color: #7AB7CA; }
a { background-color: rgb(122,183,202); }
div.DivClassName
{
background-color: #7AB7CA;
}
.BgClassName
{
background-color: #7AB7CA;
}
</style>
border-color css
<style>
span { border-color: #7AB7CA; }
span { border-color: rgb(122,183,202); }
td.TdClassName
{
border-color: #7AB7CA;
}
.TagClassName
{
border-color: #7AB7CA;
}
</style>