Shades of Seagull #7ABFD2
Tints of Seagull #7ABFD2
RGB
CMYK
RGB Variations
Color information
#7ABFD2 (or 0x7ABFD2) is known color: Seagull. HEX triplet: 7A, BF and D2. RGB value is (122,191,210). Sum of RGB (Red+Green+Blue) = 122+191+210=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #7ABFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFD2 is #85402D. Grayscale: #ACACAC. Windows color (decimal): -8732718 or 13811578. OLE color: 13811578.
HSL color Cylindrical-coordinate representation of color #7ABFD2: hue angle of 192.95º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ABFD2 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 191 | 210 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.18 |
| HSL | 192.95º | 0.49% | 0.65% | - |
| HSV(B) | 192.95º | 0.42% | 0.82% | - |
| XYZ | 38.29 | 46.05 | 67.84 | - |
| YUV | 172.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 210 | 0.42 | 0.09 | 0 | 0.18 | 192.95 | 0.49 | 0.65 |
| Hex | 7A | BF | D2 | 2A | 9 | 0 | 12 | C1 | 31 | 41 |
| Octal | 172 | 277 | 322 | 52 | 11 | 0 | 22 | 301 | 61 | 101 |
| Binary | 1111010 | 10111111 | 11010010 | 101010 | 1001 | 0 | 10010 | 11000001 | 110001 | 1000001 |
Color Harmonies of #7ABFD2
Complementary color
Monochromatic Colors of #7ABFD2
Black with #7ABFD2
Text Example
Text Example
White with #7ABFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFD2; }
p { color: rgb(122,191,210); }
H1.HeaderClassName
{
color: #7ABFD2;
}
.AnyTagClassName
{
color: #7ABFD2;
}
</style>
background-color css
<style>
a { background-color: #7ABFD2; }
a { background-color: rgb(122,191,210); }
div.DivClassName
{
background-color: #7ABFD2;
}
.BgClassName
{
background-color: #7ABFD2;
}
</style>
border-color css
<style>
span { border-color: #7ABFD2; }
span { border-color: rgb(122,191,210); }
td.TdClassName
{
border-color: #7ABFD2;
}
.TagClassName
{
border-color: #7ABFD2;
}
</style>