Shades of Seagull #7ABDD5
Tints of Seagull #7ABDD5
RGB
CMYK
RGB Variations
Color information
#7ABDD5 (or 0x7ABDD5) is known color: Seagull. HEX triplet: 7A, BD and D5. RGB value is (122,189,213). Sum of RGB (Red+Green+Blue) = 122+189+213=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #7ABDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDD5 is #85422A. Grayscale: #ABABAB. Windows color (decimal): -8733227 or 14007674. OLE color: 14007674.
HSL color Cylindrical-coordinate representation of color #7ABDD5: hue angle of 195.82º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ABDD5 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 189 | 213 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.16 |
| HSL | 195.82º | 0.52% | 0.66% | - |
| HSV(B) | 195.82º | 0.43% | 0.84% | - |
| XYZ | 38.23 | 45.34 | 69.69 | - |
| YUV | 171.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 213 | 0.43 | 0.11 | 0 | 0.16 | 195.82 | 0.52 | 0.66 |
| Hex | 7A | BD | D5 | 2B | B | 0 | 10 | C4 | 34 | 42 |
| Octal | 172 | 275 | 325 | 53 | 13 | 0 | 20 | 304 | 64 | 102 |
| Binary | 1111010 | 10111101 | 11010101 | 101011 | 1011 | 0 | 10000 | 11000100 | 110100 | 1000010 |
Color Harmonies of #7ABDD5
Complementary color
Monochromatic Colors of #7ABDD5
Black with #7ABDD5
Text Example
Text Example
White with #7ABDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDD5; }
p { color: rgb(122,189,213); }
H1.HeaderClassName
{
color: #7ABDD5;
}
.AnyTagClassName
{
color: #7ABDD5;
}
</style>
background-color css
<style>
a { background-color: #7ABDD5; }
a { background-color: rgb(122,189,213); }
div.DivClassName
{
background-color: #7ABDD5;
}
.BgClassName
{
background-color: #7ABDD5;
}
</style>
border-color css
<style>
span { border-color: #7ABDD5; }
span { border-color: rgb(122,189,213); }
td.TdClassName
{
border-color: #7ABDD5;
}
.TagClassName
{
border-color: #7ABDD5;
}
</style>