Shades of Seagull #7ABBDC
Tints of Seagull #7ABBDC
RGB
CMYK
RGB Variations
Color information
#7ABBDC (or 0x7ABBDC) is known color: Seagull. HEX triplet: 7A, BB and DC. RGB value is (122,187,220). Sum of RGB (Red+Green+Blue) = 122+187+220=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ABBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBDC is #854423. Grayscale: #ABABAB. Windows color (decimal): -8733732 or 14465914. OLE color: 14465914.
HSL color Cylindrical-coordinate representation of color #7ABBDC: hue angle of 200.2º 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 #7ABBDC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 187 | 220 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.14 |
| HSL | 200.2º | 0.58% | 0.67% | - |
| HSV(B) | 200.2º | 0.45% | 0.86% | - |
| XYZ | 38.71 | 44.85 | 74.33 | - |
| YUV | 171.33 | 155.47 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 220 | 0.45 | 0.15 | 0 | 0.14 | 200.2 | 0.58 | 0.67 |
| Hex | 7A | BB | DC | 2D | F | 0 | E | C8 | 3A | 43 |
| Octal | 172 | 273 | 334 | 55 | 17 | 0 | 16 | 310 | 72 | 103 |
| Binary | 1111010 | 10111011 | 11011100 | 101101 | 1111 | 0 | 1110 | 11001000 | 111010 | 1000011 |
Color Harmonies of #7ABBDC
Complementary color
Monochromatic Colors of #7ABBDC
Black with #7ABBDC
Text Example
Text Example
White with #7ABBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBDC; }
p { color: rgb(122,187,220); }
H1.HeaderClassName
{
color: #7ABBDC;
}
.AnyTagClassName
{
color: #7ABBDC;
}
</style>
background-color css
<style>
a { background-color: #7ABBDC; }
a { background-color: rgb(122,187,220); }
div.DivClassName
{
background-color: #7ABBDC;
}
.BgClassName
{
background-color: #7ABBDC;
}
</style>
border-color css
<style>
span { border-color: #7ABBDC; }
span { border-color: rgb(122,187,220); }
td.TdClassName
{
border-color: #7ABBDC;
}
.TagClassName
{
border-color: #7ABBDC;
}
</style>