Shades of Seagull #7AB0D2
Tints of Seagull #7AB0D2
RGB
CMYK
RGB Variations
Color information
#7AB0D2 (or 0x7AB0D2) is known color: Seagull. HEX triplet: 7A, B0 and D2. RGB value is (122,176,210). Sum of RGB (Red+Green+Blue) = 122+176+210=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #7AB0D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0D2 is #854F2D. Grayscale: #A3A3A3. Windows color (decimal): -8736558 or 13807738. OLE color: 13807738.
HSL color Cylindrical-coordinate representation of color #7AB0D2: hue angle of 203.18º 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 #7AB0D2 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 176 | 210 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.18 |
| HSL | 203.18º | 0.49% | 0.65% | - |
| HSV(B) | 203.18º | 0.42% | 0.82% | - |
| XYZ | 35.18 | 39.84 | 66.81 | - |
| YUV | 163.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 210 | 0.42 | 0.16 | 0 | 0.18 | 203.18 | 0.49 | 0.65 |
| Hex | 7A | B0 | D2 | 2A | 10 | 0 | 12 | CB | 31 | 41 |
| Octal | 172 | 260 | 322 | 52 | 20 | 0 | 22 | 313 | 61 | 101 |
| Binary | 1111010 | 10110000 | 11010010 | 101010 | 10000 | 0 | 10010 | 11001011 | 110001 | 1000001 |
Color Harmonies of #7AB0D2
Complementary color
Monochromatic Colors of #7AB0D2
Black with #7AB0D2
Text Example
Text Example
White with #7AB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB0D2; }
p { color: rgb(122,176,210); }
H1.HeaderClassName
{
color: #7AB0D2;
}
.AnyTagClassName
{
color: #7AB0D2;
}
</style>
background-color css
<style>
a { background-color: #7AB0D2; }
a { background-color: rgb(122,176,210); }
div.DivClassName
{
background-color: #7AB0D2;
}
.BgClassName
{
background-color: #7AB0D2;
}
</style>
border-color css
<style>
span { border-color: #7AB0D2; }
span { border-color: rgb(122,176,210); }
td.TdClassName
{
border-color: #7AB0D2;
}
.TagClassName
{
border-color: #7AB0D2;
}
</style>