Shades of Seagull #7AB6DB
Tints of Seagull #7AB6DB
RGB
CMYK
RGB Variations
Color information
#7AB6DB (or 0x7AB6DB) is known color: Seagull. HEX triplet: 7A, B6 and DB. RGB value is (122,182,219). Sum of RGB (Red+Green+Blue) = 122+182+219=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AB6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB6DB is #854924. Grayscale: #A8A8A8. Windows color (decimal): -8735013 or 14399098. OLE color: 14399098.
HSL color Cylindrical-coordinate representation of color #7AB6DB: hue angle of 202.89º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AB6DB is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 182 | 219 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.14 |
| HSL | 202.89º | 0.57% | 0.67% | - |
| HSV(B) | 202.89º | 0.44% | 0.86% | - |
| XYZ | 37.54 | 42.71 | 73.28 | - |
| YUV | 168.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 219 | 0.44 | 0.17 | 0 | 0.14 | 202.89 | 0.57 | 0.67 |
| Hex | 7A | B6 | DB | 2C | 11 | 0 | E | CB | 39 | 43 |
| Octal | 172 | 266 | 333 | 54 | 21 | 0 | 16 | 313 | 71 | 103 |
| Binary | 1111010 | 10110110 | 11011011 | 101100 | 10001 | 0 | 1110 | 11001011 | 111001 | 1000011 |
Color Harmonies of #7AB6DB
Complementary color
Monochromatic Colors of #7AB6DB
Black with #7AB6DB
Text Example
Text Example
White with #7AB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB6DB; }
p { color: rgb(122,182,219); }
H1.HeaderClassName
{
color: #7AB6DB;
}
.AnyTagClassName
{
color: #7AB6DB;
}
</style>
background-color css
<style>
a { background-color: #7AB6DB; }
a { background-color: rgb(122,182,219); }
div.DivClassName
{
background-color: #7AB6DB;
}
.BgClassName
{
background-color: #7AB6DB;
}
</style>
border-color css
<style>
span { border-color: #7AB6DB; }
span { border-color: rgb(122,182,219); }
td.TdClassName
{
border-color: #7AB6DB;
}
.TagClassName
{
border-color: #7AB6DB;
}
</style>