Shades of Seagull #7ABFDF
Tints of Seagull #7ABFDF
RGB
CMYK
RGB Variations
Color information
#7ABFDF (or 0x7ABFDF) is known color: Seagull. HEX triplet: 7A, BF and DF. RGB value is (122,191,223). Sum of RGB (Red+Green+Blue) = 122+191+223=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ABFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFDF is #854020. Grayscale: #ADADAD. Windows color (decimal): -8732705 or 14663546. OLE color: 14663546.
HSL color Cylindrical-coordinate representation of color #7ABFDF: hue angle of 199.01º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABFDF is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 191 | 223 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.13 |
| HSL | 199.01º | 0.61% | 0.68% | - |
| HSV(B) | 199.01º | 0.45% | 0.87% | - |
| XYZ | 39.98 | 46.73 | 76.72 | - |
| YUV | 174.02 | 155.64 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 223 | 0.45 | 0.14 | 0 | 0.13 | 199.01 | 0.61 | 0.68 |
| Hex | 7A | BF | DF | 2D | E | 0 | D | C7 | 3D | 44 |
| Octal | 172 | 277 | 337 | 55 | 16 | 0 | 15 | 307 | 75 | 104 |
| Binary | 1111010 | 10111111 | 11011111 | 101101 | 1110 | 0 | 1101 | 11000111 | 111101 | 1000100 |
Color Harmonies of #7ABFDF
Complementary color
Monochromatic Colors of #7ABFDF
Black with #7ABFDF
Text Example
Text Example
White with #7ABFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFDF; }
p { color: rgb(122,191,223); }
H1.HeaderClassName
{
color: #7ABFDF;
}
.AnyTagClassName
{
color: #7ABFDF;
}
</style>
background-color css
<style>
a { background-color: #7ABFDF; }
a { background-color: rgb(122,191,223); }
div.DivClassName
{
background-color: #7ABFDF;
}
.BgClassName
{
background-color: #7ABFDF;
}
</style>
border-color css
<style>
span { border-color: #7ABFDF; }
span { border-color: rgb(122,191,223); }
td.TdClassName
{
border-color: #7ABFDF;
}
.TagClassName
{
border-color: #7ABFDF;
}
</style>