Shades of Seagull #7AB4D2
Tints of Seagull #7AB4D2
RGB
CMYK
RGB Variations
Color information
#7AB4D2 (or 0x7AB4D2) is known color: Seagull. HEX triplet: 7A, B4 and D2. RGB value is (122,180,210). Sum of RGB (Red+Green+Blue) = 122+180+210=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #7AB4D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB4D2 is #854B2D. Grayscale: #A5A5A5. Windows color (decimal): -8735534 or 13808762. OLE color: 13808762.
HSL color Cylindrical-coordinate representation of color #7AB4D2: hue angle of 200.45º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AB4D2 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 180 | 210 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.18 |
| HSL | 200.45º | 0.49% | 0.65% | - |
| HSV(B) | 200.45º | 0.42% | 0.82% | - |
| XYZ | 35.98 | 41.43 | 67.07 | - |
| YUV | 166.08 | 152.78 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 210 | 0.42 | 0.14 | 0 | 0.18 | 200.45 | 0.49 | 0.65 |
| Hex | 7A | B4 | D2 | 2A | E | 0 | 12 | C8 | 31 | 41 |
| Octal | 172 | 264 | 322 | 52 | 16 | 0 | 22 | 310 | 61 | 101 |
| Binary | 1111010 | 10110100 | 11010010 | 101010 | 1110 | 0 | 10010 | 11001000 | 110001 | 1000001 |
Color Harmonies of #7AB4D2
Complementary color
Monochromatic Colors of #7AB4D2
Black with #7AB4D2
Text Example
Text Example
White with #7AB4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB4D2; }
p { color: rgb(122,180,210); }
H1.HeaderClassName
{
color: #7AB4D2;
}
.AnyTagClassName
{
color: #7AB4D2;
}
</style>
background-color css
<style>
a { background-color: #7AB4D2; }
a { background-color: rgb(122,180,210); }
div.DivClassName
{
background-color: #7AB4D2;
}
.BgClassName
{
background-color: #7AB4D2;
}
</style>
border-color css
<style>
span { border-color: #7AB4D2; }
span { border-color: rgb(122,180,210); }
td.TdClassName
{
border-color: #7AB4D2;
}
.TagClassName
{
border-color: #7AB4D2;
}
</style>