Shades of Seagull #7AB8DC
Tints of Seagull #7AB8DC
RGB
CMYK
RGB Variations
Color information
#7AB8DC (or 0x7AB8DC) is known color: Seagull. HEX triplet: 7A, B8 and DC. RGB value is (122,184,220). Sum of RGB (Red+Green+Blue) = 122+184+220=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AB8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB8DC is #854723. Grayscale: #A9A9A9. Windows color (decimal): -8734500 or 14465146. OLE color: 14465146.
HSL color Cylindrical-coordinate representation of color #7AB8DC: hue angle of 202.04º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB8DC is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 184 | 220 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.14 |
| HSL | 202.04º | 0.58% | 0.67% | - |
| HSV(B) | 202.04º | 0.45% | 0.86% | - |
| XYZ | 38.08 | 43.59 | 74.12 | - |
| YUV | 169.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 220 | 0.45 | 0.16 | 0 | 0.14 | 202.04 | 0.58 | 0.67 |
| Hex | 7A | B8 | DC | 2D | 10 | 0 | E | CA | 3A | 43 |
| Octal | 172 | 270 | 334 | 55 | 20 | 0 | 16 | 312 | 72 | 103 |
| Binary | 1111010 | 10111000 | 11011100 | 101101 | 10000 | 0 | 1110 | 11001010 | 111010 | 1000011 |
Color Harmonies of #7AB8DC
Complementary color
Monochromatic Colors of #7AB8DC
Black with #7AB8DC
Text Example
Text Example
White with #7AB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB8DC; }
p { color: rgb(122,184,220); }
H1.HeaderClassName
{
color: #7AB8DC;
}
.AnyTagClassName
{
color: #7AB8DC;
}
</style>
background-color css
<style>
a { background-color: #7AB8DC; }
a { background-color: rgb(122,184,220); }
div.DivClassName
{
background-color: #7AB8DC;
}
.BgClassName
{
background-color: #7AB8DC;
}
</style>
border-color css
<style>
span { border-color: #7AB8DC; }
span { border-color: rgb(122,184,220); }
td.TdClassName
{
border-color: #7AB8DC;
}
.TagClassName
{
border-color: #7AB8DC;
}
</style>