Shades of Seagull #7ABBD5
Tints of Seagull #7ABBD5
RGB
CMYK
RGB Variations
Color information
#7ABBD5 (or 0x7ABBD5) is known color: Seagull. HEX triplet: 7A, BB and D5. RGB value is (122,187,213). Sum of RGB (Red+Green+Blue) = 122+187+213=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #7ABBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBD5 is #85442A. Grayscale: #AAAAAA. Windows color (decimal): -8733739 or 14007162. OLE color: 14007162.
HSL color Cylindrical-coordinate representation of color #7ABBD5: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ABBD5 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 187 | 213 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.16 |
| HSL | 197.14º | 0.52% | 0.66% | - |
| HSV(B) | 197.14º | 0.43% | 0.84% | - |
| XYZ | 37.81 | 44.48 | 69.54 | - |
| YUV | 170.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 213 | 0.43 | 0.12 | 0 | 0.16 | 197.14 | 0.52 | 0.66 |
| Hex | 7A | BB | D5 | 2B | C | 0 | 10 | C5 | 34 | 42 |
| Octal | 172 | 273 | 325 | 53 | 14 | 0 | 20 | 305 | 64 | 102 |
| Binary | 1111010 | 10111011 | 11010101 | 101011 | 1100 | 0 | 10000 | 11000101 | 110100 | 1000010 |
Color Harmonies of #7ABBD5
Complementary color
Monochromatic Colors of #7ABBD5
Black with #7ABBD5
Text Example
Text Example
White with #7ABBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBD5; }
p { color: rgb(122,187,213); }
H1.HeaderClassName
{
color: #7ABBD5;
}
.AnyTagClassName
{
color: #7ABBD5;
}
</style>
background-color css
<style>
a { background-color: #7ABBD5; }
a { background-color: rgb(122,187,213); }
div.DivClassName
{
background-color: #7ABBD5;
}
.BgClassName
{
background-color: #7ABBD5;
}
</style>
border-color css
<style>
span { border-color: #7ABBD5; }
span { border-color: rgb(122,187,213); }
td.TdClassName
{
border-color: #7ABBD5;
}
.TagClassName
{
border-color: #7ABBD5;
}
</style>