Shades of Seagull #7ABCDD
Tints of Seagull #7ABCDD
RGB
CMYK
RGB Variations
Color information
#7ABCDD (or 0x7ABCDD) is known color: Seagull. HEX triplet: 7A, BC and DD. RGB value is (122,188,221). Sum of RGB (Red+Green+Blue) = 122+188+221=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ABCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCDD is #854322. Grayscale: #ABABAB. Windows color (decimal): -8733475 or 14531706. OLE color: 14531706.
HSL color Cylindrical-coordinate representation of color #7ABCDD: hue angle of 200º degrees, saturation: 0.59, 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 #7ABCDD is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 188 | 221 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.13 |
| HSL | 200º | 0.59% | 0.67% | - |
| HSV(B) | 200º | 0.45% | 0.87% | - |
| XYZ | 39.06 | 45.32 | 75.1 | - |
| YUV | 172.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 221 | 0.45 | 0.15 | 0 | 0.13 | 200 | 0.59 | 0.67 |
| Hex | 7A | BC | DD | 2D | F | 0 | D | C8 | 3B | 43 |
| Octal | 172 | 274 | 335 | 55 | 17 | 0 | 15 | 310 | 73 | 103 |
| Binary | 1111010 | 10111100 | 11011101 | 101101 | 1111 | 0 | 1101 | 11001000 | 111011 | 1000011 |
Color Harmonies of #7ABCDD
Complementary color
Monochromatic Colors of #7ABCDD
Black with #7ABCDD
Text Example
Text Example
White with #7ABCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCDD; }
p { color: rgb(122,188,221); }
H1.HeaderClassName
{
color: #7ABCDD;
}
.AnyTagClassName
{
color: #7ABCDD;
}
</style>
background-color css
<style>
a { background-color: #7ABCDD; }
a { background-color: rgb(122,188,221); }
div.DivClassName
{
background-color: #7ABCDD;
}
.BgClassName
{
background-color: #7ABCDD;
}
</style>
border-color css
<style>
span { border-color: #7ABCDD; }
span { border-color: rgb(122,188,221); }
td.TdClassName
{
border-color: #7ABCDD;
}
.TagClassName
{
border-color: #7ABCDD;
}
</style>