Shades of Seagull #7AB0CE
Tints of Seagull #7AB0CE
RGB
CMYK
RGB Variations
Color information
#7AB0CE (or 0x7AB0CE) is known color: Seagull. HEX triplet: 7A, B0 and CE. RGB value is (122,176,206). Sum of RGB (Red+Green+Blue) = 122+176+206=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0CE is #854F31. Grayscale: #A3A3A3. Windows color (decimal): -8736562 or 13545594. OLE color: 13545594.
HSL color Cylindrical-coordinate representation of color #7AB0CE: hue angle of 201.43º 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 #7AB0CE is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 176 | 206 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.19 |
| HSL | 201.43º | 0.46% | 0.64% | - |
| HSV(B) | 201.43º | 0.41% | 0.81% | - |
| XYZ | 34.69 | 39.64 | 64.22 | - |
| YUV | 163.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 206 | 0.41 | 0.15 | 0 | 0.19 | 201.43 | 0.46 | 0.64 |
| Hex | 7A | B0 | CE | 29 | F | 0 | 13 | C9 | 2E | 40 |
| Octal | 172 | 260 | 316 | 51 | 17 | 0 | 23 | 311 | 56 | 100 |
| Binary | 1111010 | 10110000 | 11001110 | 101001 | 1111 | 0 | 10011 | 11001001 | 101110 | 1000000 |
Color Harmonies of #7AB0CE
Complementary color
Monochromatic Colors of #7AB0CE
Black with #7AB0CE
Text Example
Text Example
White with #7AB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB0CE; }
p { color: rgb(122,176,206); }
H1.HeaderClassName
{
color: #7AB0CE;
}
.AnyTagClassName
{
color: #7AB0CE;
}
</style>
background-color css
<style>
a { background-color: #7AB0CE; }
a { background-color: rgb(122,176,206); }
div.DivClassName
{
background-color: #7AB0CE;
}
.BgClassName
{
background-color: #7AB0CE;
}
</style>
border-color css
<style>
span { border-color: #7AB0CE; }
span { border-color: rgb(122,176,206); }
td.TdClassName
{
border-color: #7AB0CE;
}
.TagClassName
{
border-color: #7AB0CE;
}
</style>