Shades of Seagull #7AB6CE
Tints of Seagull #7AB6CE
RGB
CMYK
RGB Variations
Color information
#7AB6CE (or 0x7AB6CE) is known color: Seagull. HEX triplet: 7A, B6 and CE. RGB value is (122,182,206). Sum of RGB (Red+Green+Blue) = 122+182+206=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AB6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB6CE is #854931. Grayscale: #A6A6A6. Windows color (decimal): -8735026 or 13547130. OLE color: 13547130.
HSL color Cylindrical-coordinate representation of color #7AB6CE: hue angle of 197.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AB6CE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 182 | 206 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.19 |
| HSL | 197.14º | 0.46% | 0.64% | - |
| HSV(B) | 197.14º | 0.41% | 0.81% | - |
| XYZ | 35.89 | 42.05 | 64.62 | - |
| YUV | 166.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 206 | 0.41 | 0.12 | 0 | 0.19 | 197.14 | 0.46 | 0.64 |
| Hex | 7A | B6 | CE | 29 | C | 0 | 13 | C5 | 2E | 40 |
| Octal | 172 | 266 | 316 | 51 | 14 | 0 | 23 | 305 | 56 | 100 |
| Binary | 1111010 | 10110110 | 11001110 | 101001 | 1100 | 0 | 10011 | 11000101 | 101110 | 1000000 |
Color Harmonies of #7AB6CE
Complementary color
Monochromatic Colors of #7AB6CE
Black with #7AB6CE
Text Example
Text Example
White with #7AB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB6CE; }
p { color: rgb(122,182,206); }
H1.HeaderClassName
{
color: #7AB6CE;
}
.AnyTagClassName
{
color: #7AB6CE;
}
</style>
background-color css
<style>
a { background-color: #7AB6CE; }
a { background-color: rgb(122,182,206); }
div.DivClassName
{
background-color: #7AB6CE;
}
.BgClassName
{
background-color: #7AB6CE;
}
</style>
border-color css
<style>
span { border-color: #7AB6CE; }
span { border-color: rgb(122,182,206); }
td.TdClassName
{
border-color: #7AB6CE;
}
.TagClassName
{
border-color: #7AB6CE;
}
</style>