Shades of Seagull #7AB2CF
Tints of Seagull #7AB2CF
RGB
CMYK
RGB Variations
Color information
#7AB2CF (or 0x7AB2CF) is known color: Seagull. HEX triplet: 7A, B2 and CF. RGB value is (122,178,207). Sum of RGB (Red+Green+Blue) = 122+178+207=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #7AB2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB2CF is #854D30. Grayscale: #A4A4A4. Windows color (decimal): -8736049 or 13611642. OLE color: 13611642.
HSL color Cylindrical-coordinate representation of color #7AB2CF: hue angle of 200.47º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AB2CF is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 178 | 207 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.19 |
| HSL | 200.47º | 0.47% | 0.65% | - |
| HSV(B) | 200.47º | 0.41% | 0.81% | - |
| XYZ | 35.21 | 40.48 | 64.99 | - |
| YUV | 164.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 207 | 0.41 | 0.14 | 0 | 0.19 | 200.47 | 0.47 | 0.65 |
| Hex | 7A | B2 | CF | 29 | E | 0 | 13 | C8 | 2F | 41 |
| Octal | 172 | 262 | 317 | 51 | 16 | 0 | 23 | 310 | 57 | 101 |
| Binary | 1111010 | 10110010 | 11001111 | 101001 | 1110 | 0 | 10011 | 11001000 | 101111 | 1000001 |
Color Harmonies of #7AB2CF
Complementary color
Monochromatic Colors of #7AB2CF
Black with #7AB2CF
Text Example
Text Example
White with #7AB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB2CF; }
p { color: rgb(122,178,207); }
H1.HeaderClassName
{
color: #7AB2CF;
}
.AnyTagClassName
{
color: #7AB2CF;
}
</style>
background-color css
<style>
a { background-color: #7AB2CF; }
a { background-color: rgb(122,178,207); }
div.DivClassName
{
background-color: #7AB2CF;
}
.BgClassName
{
background-color: #7AB2CF;
}
</style>
border-color css
<style>
span { border-color: #7AB2CF; }
span { border-color: rgb(122,178,207); }
td.TdClassName
{
border-color: #7AB2CF;
}
.TagClassName
{
border-color: #7AB2CF;
}
</style>