Shades of Seagull #7ABECF
Tints of Seagull #7ABECF
RGB
CMYK
RGB Variations
Color information
#7ABECF (or 0x7ABECF) is known color: Seagull. HEX triplet: 7A, BE and CF. RGB value is (122,190,207). Sum of RGB (Red+Green+Blue) = 122+190+207=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #7ABECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABECF is #854130. Grayscale: #ABABAB. Windows color (decimal): -8732977 or 13614714. OLE color: 13614714.
HSL color Cylindrical-coordinate representation of color #7ABECF: hue angle of 192º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ABECF is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 190 | 207 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.19 |
| HSL | 192º | 0.47% | 0.65% | - |
| HSV(B) | 192º | 0.41% | 0.81% | - |
| XYZ | 37.7 | 45.47 | 65.82 | - |
| YUV | 171.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 207 | 0.41 | 0.08 | 0 | 0.19 | 192 | 0.47 | 0.65 |
| Hex | 7A | BE | CF | 29 | 8 | 0 | 13 | C0 | 2F | 41 |
| Octal | 172 | 276 | 317 | 51 | 10 | 0 | 23 | 300 | 57 | 101 |
| Binary | 1111010 | 10111110 | 11001111 | 101001 | 1000 | 0 | 10011 | 11000000 | 101111 | 1000001 |
Color Harmonies of #7ABECF
Complementary color
Monochromatic Colors of #7ABECF
Black with #7ABECF
Text Example
Text Example
White with #7ABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABECF; }
p { color: rgb(122,190,207); }
H1.HeaderClassName
{
color: #7ABECF;
}
.AnyTagClassName
{
color: #7ABECF;
}
</style>
background-color css
<style>
a { background-color: #7ABECF; }
a { background-color: rgb(122,190,207); }
div.DivClassName
{
background-color: #7ABECF;
}
.BgClassName
{
background-color: #7ABECF;
}
</style>
border-color css
<style>
span { border-color: #7ABECF; }
span { border-color: rgb(122,190,207); }
td.TdClassName
{
border-color: #7ABECF;
}
.TagClassName
{
border-color: #7ABECF;
}
</style>