Shades of Seagull #7AB0C8
Tints of Seagull #7AB0C8
RGB
CMYK
RGB Variations
Color information
#7AB0C8 (or 0x7AB0C8) is known color: Seagull. HEX triplet: 7A, B0 and C8. RGB value is (122,176,200). Sum of RGB (Red+Green+Blue) = 122+176+200=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #7AB0C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0C8 is #854F37. Grayscale: #A2A2A2. Windows color (decimal): -8736568 or 13152378. OLE color: 13152378.
HSL color Cylindrical-coordinate representation of color #7AB0C8: hue angle of 198.46º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AB0C8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 176 | 200 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.22 |
| HSL | 198.46º | 0.41% | 0.63% | - |
| HSV(B) | 198.46º | 0.39% | 0.78% | - |
| XYZ | 33.98 | 39.36 | 60.45 | - |
| YUV | 162.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 200 | 0.39 | 0.12 | 0 | 0.22 | 198.46 | 0.41 | 0.63 |
| Hex | 7A | B0 | C8 | 27 | C | 0 | 16 | C6 | 29 | 3F |
| Octal | 172 | 260 | 310 | 47 | 14 | 0 | 26 | 306 | 51 | 77 |
| Binary | 1111010 | 10110000 | 11001000 | 100111 | 1100 | 0 | 10110 | 11000110 | 101001 | 111111 |
Color Harmonies of #7AB0C8
Complementary color
Monochromatic Colors of #7AB0C8
Black with #7AB0C8
Text Example
Text Example
White with #7AB0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB0C8; }
p { color: rgb(122,176,200); }
H1.HeaderClassName
{
color: #7AB0C8;
}
.AnyTagClassName
{
color: #7AB0C8;
}
</style>
background-color css
<style>
a { background-color: #7AB0C8; }
a { background-color: rgb(122,176,200); }
div.DivClassName
{
background-color: #7AB0C8;
}
.BgClassName
{
background-color: #7AB0C8;
}
</style>
border-color css
<style>
span { border-color: #7AB0C8; }
span { border-color: rgb(122,176,200); }
td.TdClassName
{
border-color: #7AB0C8;
}
.TagClassName
{
border-color: #7AB0C8;
}
</style>