Shades of Seagull #7ABDCE
Tints of Seagull #7ABDCE
RGB
CMYK
RGB Variations
Color information
#7ABDCE (or 0x7ABDCE) is known color: Seagull. HEX triplet: 7A, BD and CE. RGB value is (122,189,206). Sum of RGB (Red+Green+Blue) = 122+189+206=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #7ABDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDCE is #854231. Grayscale: #AAAAAA. Windows color (decimal): -8733234 or 13548922. OLE color: 13548922.
HSL color Cylindrical-coordinate representation of color #7ABDCE: hue angle of 192.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 #7ABDCE is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 189 | 206 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.19 |
| HSL | 192.14º | 0.46% | 0.64% | - |
| HSV(B) | 192.14º | 0.41% | 0.81% | - |
| XYZ | 37.36 | 44.99 | 65.11 | - |
| YUV | 170.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 206 | 0.41 | 0.08 | 0 | 0.19 | 192.14 | 0.46 | 0.64 |
| Hex | 7A | BD | CE | 29 | 8 | 0 | 13 | C0 | 2E | 40 |
| Octal | 172 | 275 | 316 | 51 | 10 | 0 | 23 | 300 | 56 | 100 |
| Binary | 1111010 | 10111101 | 11001110 | 101001 | 1000 | 0 | 10011 | 11000000 | 101110 | 1000000 |
Color Harmonies of #7ABDCE
Complementary color
Monochromatic Colors of #7ABDCE
Black with #7ABDCE
Text Example
Text Example
White with #7ABDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDCE; }
p { color: rgb(122,189,206); }
H1.HeaderClassName
{
color: #7ABDCE;
}
.AnyTagClassName
{
color: #7ABDCE;
}
</style>
background-color css
<style>
a { background-color: #7ABDCE; }
a { background-color: rgb(122,189,206); }
div.DivClassName
{
background-color: #7ABDCE;
}
.BgClassName
{
background-color: #7ABDCE;
}
</style>
border-color css
<style>
span { border-color: #7ABDCE; }
span { border-color: rgb(122,189,206); }
td.TdClassName
{
border-color: #7ABDCE;
}
.TagClassName
{
border-color: #7ABDCE;
}
</style>