Shades of Seagull #7ABDDC
Tints of Seagull #7ABDDC
RGB
CMYK
RGB Variations
Color information
#7ABDDC (or 0x7ABDDC) is known color: Seagull. HEX triplet: 7A, BD and DC. RGB value is (122,189,220). Sum of RGB (Red+Green+Blue) = 122+189+220=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ABDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDDC is #854223. Grayscale: #ACACAC. Windows color (decimal): -8733220 or 14466426. OLE color: 14466426.
HSL color Cylindrical-coordinate representation of color #7ABDDC: hue angle of 198.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABDDC is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 189 | 220 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.14 |
| HSL | 198.98º | 0.58% | 0.67% | - |
| HSV(B) | 198.98º | 0.45% | 0.86% | - |
| XYZ | 39.14 | 45.7 | 74.47 | - |
| YUV | 172.5 | 154.8 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 220 | 0.45 | 0.14 | 0 | 0.14 | 198.98 | 0.58 | 0.67 |
| Hex | 7A | BD | DC | 2D | E | 0 | E | C7 | 3A | 43 |
| Octal | 172 | 275 | 334 | 55 | 16 | 0 | 16 | 307 | 72 | 103 |
| Binary | 1111010 | 10111101 | 11011100 | 101101 | 1110 | 0 | 1110 | 11000111 | 111010 | 1000011 |
Color Harmonies of #7ABDDC
Complementary color
Monochromatic Colors of #7ABDDC
Black with #7ABDDC
Text Example
Text Example
White with #7ABDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDDC; }
p { color: rgb(122,189,220); }
H1.HeaderClassName
{
color: #7ABDDC;
}
.AnyTagClassName
{
color: #7ABDDC;
}
</style>
background-color css
<style>
a { background-color: #7ABDDC; }
a { background-color: rgb(122,189,220); }
div.DivClassName
{
background-color: #7ABDDC;
}
.BgClassName
{
background-color: #7ABDDC;
}
</style>
border-color css
<style>
span { border-color: #7ABDDC; }
span { border-color: rgb(122,189,220); }
td.TdClassName
{
border-color: #7ABDDC;
}
.TagClassName
{
border-color: #7ABDDC;
}
</style>