Shades of Seagull #7ABFDC
Tints of Seagull #7ABFDC
RGB
CMYK
RGB Variations
Color information
#7ABFDC (or 0x7ABFDC) is known color: Seagull. HEX triplet: 7A, BF and DC. RGB value is (122,191,220). Sum of RGB (Red+Green+Blue) = 122+191+220=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ABFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFDC is #854023. Grayscale: #ADADAD. Windows color (decimal): -8732708 or 14466938. OLE color: 14466938.
HSL color Cylindrical-coordinate representation of color #7ABFDC: hue angle of 197.76º 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 #7ABFDC is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 191 | 220 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.14 |
| HSL | 197.76º | 0.58% | 0.67% | - |
| HSV(B) | 197.76º | 0.45% | 0.86% | - |
| XYZ | 39.58 | 46.57 | 74.61 | - |
| YUV | 173.68 | 154.14 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 220 | 0.45 | 0.13 | 0 | 0.14 | 197.76 | 0.58 | 0.67 |
| Hex | 7A | BF | DC | 2D | D | 0 | E | C6 | 3A | 43 |
| Octal | 172 | 277 | 334 | 55 | 15 | 0 | 16 | 306 | 72 | 103 |
| Binary | 1111010 | 10111111 | 11011100 | 101101 | 1101 | 0 | 1110 | 11000110 | 111010 | 1000011 |
Color Harmonies of #7ABFDC
Complementary color
Monochromatic Colors of #7ABFDC
Black with #7ABFDC
Text Example
Text Example
White with #7ABFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFDC; }
p { color: rgb(122,191,220); }
H1.HeaderClassName
{
color: #7ABFDC;
}
.AnyTagClassName
{
color: #7ABFDC;
}
</style>
background-color css
<style>
a { background-color: #7ABFDC; }
a { background-color: rgb(122,191,220); }
div.DivClassName
{
background-color: #7ABFDC;
}
.BgClassName
{
background-color: #7ABFDC;
}
</style>
border-color css
<style>
span { border-color: #7ABFDC; }
span { border-color: rgb(122,191,220); }
td.TdClassName
{
border-color: #7ABFDC;
}
.TagClassName
{
border-color: #7ABFDC;
}
</style>