Shades of Seagull #7AB5CC
Tints of Seagull #7AB5CC
RGB
CMYK
RGB Variations
Color information
#7AB5CC (or 0x7AB5CC) is known color: Seagull. HEX triplet: 7A, B5 and CC. RGB value is (122,181,204). Sum of RGB (Red+Green+Blue) = 122+181+204=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AB5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB5CC is #854A33. Grayscale: #A5A5A5. Windows color (decimal): -8735284 or 13415802. OLE color: 13415802.
HSL color Cylindrical-coordinate representation of color #7AB5CC: hue angle of 196.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AB5CC is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 181 | 204 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.2 |
| HSL | 196.83º | 0.45% | 0.64% | - |
| HSV(B) | 196.83º | 0.4% | 0.8% | - |
| XYZ | 35.45 | 41.54 | 63.28 | - |
| YUV | 165.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 204 | 0.40 | 0.11 | 0 | 0.2 | 196.83 | 0.45 | 0.64 |
| Hex | 7A | B5 | CC | 28 | B | 0 | 14 | C5 | 2D | 40 |
| Octal | 172 | 265 | 314 | 50 | 13 | 0 | 24 | 305 | 55 | 100 |
| Binary | 1111010 | 10110101 | 11001100 | 101000 | 1011 | 0 | 10100 | 11000101 | 101101 | 1000000 |
Color Harmonies of #7AB5CC
Complementary color
Monochromatic Colors of #7AB5CC
Black with #7AB5CC
Text Example
Text Example
White with #7AB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB5CC; }
p { color: rgb(122,181,204); }
H1.HeaderClassName
{
color: #7AB5CC;
}
.AnyTagClassName
{
color: #7AB5CC;
}
</style>
background-color css
<style>
a { background-color: #7AB5CC; }
a { background-color: rgb(122,181,204); }
div.DivClassName
{
background-color: #7AB5CC;
}
.BgClassName
{
background-color: #7AB5CC;
}
</style>
border-color css
<style>
span { border-color: #7AB5CC; }
span { border-color: rgb(122,181,204); }
td.TdClassName
{
border-color: #7AB5CC;
}
.TagClassName
{
border-color: #7AB5CC;
}
</style>