Shades of Seagull #7ABCDE
Tints of Seagull #7ABCDE
RGB
CMYK
RGB Variations
Color information
#7ABCDE (or 0x7ABCDE) is known color: Seagull. HEX triplet: 7A, BC and DE. RGB value is (122,188,222). Sum of RGB (Red+Green+Blue) = 122+188+222=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #7ABCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCDE is #854321. Grayscale: #ABABAB. Windows color (decimal): -8733474 or 14597242. OLE color: 14597242.
HSL color Cylindrical-coordinate representation of color #7ABCDE: hue angle of 200.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABCDE is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 188 | 222 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.13 |
| HSL | 200.4º | 0.6% | 0.67% | - |
| HSV(B) | 200.4º | 0.45% | 0.87% | - |
| XYZ | 39.19 | 45.38 | 75.8 | - |
| YUV | 172.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 222 | 0.45 | 0.15 | 0 | 0.13 | 200.4 | 0.6 | 0.67 |
| Hex | 7A | BC | DE | 2D | F | 0 | D | C8 | 3C | 43 |
| Octal | 172 | 274 | 336 | 55 | 17 | 0 | 15 | 310 | 74 | 103 |
| Binary | 1111010 | 10111100 | 11011110 | 101101 | 1111 | 0 | 1101 | 11001000 | 111100 | 1000011 |
Color Harmonies of #7ABCDE
Complementary color
Monochromatic Colors of #7ABCDE
Black with #7ABCDE
Text Example
Text Example
White with #7ABCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCDE; }
p { color: rgb(122,188,222); }
H1.HeaderClassName
{
color: #7ABCDE;
}
.AnyTagClassName
{
color: #7ABCDE;
}
</style>
background-color css
<style>
a { background-color: #7ABCDE; }
a { background-color: rgb(122,188,222); }
div.DivClassName
{
background-color: #7ABCDE;
}
.BgClassName
{
background-color: #7ABCDE;
}
</style>
border-color css
<style>
span { border-color: #7ABCDE; }
span { border-color: rgb(122,188,222); }
td.TdClassName
{
border-color: #7ABCDE;
}
.TagClassName
{
border-color: #7ABCDE;
}
</style>