Shades of Seagull #7ABDDB
Tints of Seagull #7ABDDB
RGB
CMYK
RGB Variations
Color information
#7ABDDB (or 0x7ABDDB) is known color: Seagull. HEX triplet: 7A, BD and DB. RGB value is (122,189,219). Sum of RGB (Red+Green+Blue) = 122+189+219=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ABDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDDB is #854224. Grayscale: #ACACAC. Windows color (decimal): -8733221 or 14400890. OLE color: 14400890.
HSL color Cylindrical-coordinate representation of color #7ABDDB: hue angle of 198.56º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABDDB is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 189 | 219 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.14 |
| HSL | 198.56º | 0.57% | 0.67% | - |
| HSV(B) | 198.56º | 0.44% | 0.86% | - |
| XYZ | 39.01 | 45.65 | 73.77 | - |
| YUV | 172.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 219 | 0.44 | 0.14 | 0 | 0.14 | 198.56 | 0.57 | 0.67 |
| Hex | 7A | BD | DB | 2C | E | 0 | E | C7 | 39 | 43 |
| Octal | 172 | 275 | 333 | 54 | 16 | 0 | 16 | 307 | 71 | 103 |
| Binary | 1111010 | 10111101 | 11011011 | 101100 | 1110 | 0 | 1110 | 11000111 | 111001 | 1000011 |
Color Harmonies of #7ABDDB
Complementary color
Monochromatic Colors of #7ABDDB
Black with #7ABDDB
Text Example
Text Example
White with #7ABDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDDB; }
p { color: rgb(122,189,219); }
H1.HeaderClassName
{
color: #7ABDDB;
}
.AnyTagClassName
{
color: #7ABDDB;
}
</style>
background-color css
<style>
a { background-color: #7ABDDB; }
a { background-color: rgb(122,189,219); }
div.DivClassName
{
background-color: #7ABDDB;
}
.BgClassName
{
background-color: #7ABDDB;
}
</style>
border-color css
<style>
span { border-color: #7ABDDB; }
span { border-color: rgb(122,189,219); }
td.TdClassName
{
border-color: #7ABDDB;
}
.TagClassName
{
border-color: #7ABDDB;
}
</style>