Shades of Seagull #7ABECB
Tints of Seagull #7ABECB
RGB
CMYK
RGB Variations
Color information
#7ABECB (or 0x7ABECB) is known color: Seagull. HEX triplet: 7A, BE and CB. RGB value is (122,190,203). Sum of RGB (Red+Green+Blue) = 122+190+203=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #7ABECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABECB is #854134. Grayscale: #ABABAB. Windows color (decimal): -8732981 or 13352570. OLE color: 13352570.
HSL color Cylindrical-coordinate representation of color #7ABECB: hue angle of 189.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABECB is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 190 | 203 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.20 |
| HSL | 189.63º | 0.44% | 0.64% | - |
| HSV(B) | 189.63º | 0.4% | 0.8% | - |
| XYZ | 37.22 | 45.28 | 63.28 | - |
| YUV | 171.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 203 | 0.40 | 0.06 | 0 | 0.20 | 189.63 | 0.44 | 0.64 |
| Hex | 7A | BE | CB | 28 | 6 | 0 | 14 | BE | 2C | 40 |
| Octal | 172 | 276 | 313 | 50 | 6 | 0 | 24 | 276 | 54 | 100 |
| Binary | 1111010 | 10111110 | 11001011 | 101000 | 110 | 0 | 10100 | 10111110 | 101100 | 1000000 |
Color Harmonies of #7ABECB
Complementary color
Monochromatic Colors of #7ABECB
Black with #7ABECB
Text Example
Text Example
White with #7ABECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABECB; }
p { color: rgb(122,190,203); }
H1.HeaderClassName
{
color: #7ABECB;
}
.AnyTagClassName
{
color: #7ABECB;
}
</style>
background-color css
<style>
a { background-color: #7ABECB; }
a { background-color: rgb(122,190,203); }
div.DivClassName
{
background-color: #7ABECB;
}
.BgClassName
{
background-color: #7ABECB;
}
</style>
border-color css
<style>
span { border-color: #7ABECB; }
span { border-color: rgb(122,190,203); }
td.TdClassName
{
border-color: #7ABECB;
}
.TagClassName
{
border-color: #7ABECB;
}
</style>