Shades of Seagull #7ABDDF
Tints of Seagull #7ABDDF
RGB
CMYK
RGB Variations
Color information
#7ABDDF (or 0x7ABDDF) is known color: Seagull. HEX triplet: 7A, BD and DF. RGB value is (122,189,223). Sum of RGB (Red+Green+Blue) = 122+189+223=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ABDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDDF is #854220. Grayscale: #ACACAC. Windows color (decimal): -8733217 or 14663034. OLE color: 14663034.
HSL color Cylindrical-coordinate representation of color #7ABDDF: hue angle of 200.2º 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 #7ABDDF is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 189 | 223 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.13 |
| HSL | 200.2º | 0.61% | 0.68% | - |
| HSV(B) | 200.2º | 0.45% | 0.87% | - |
| XYZ | 39.54 | 45.86 | 76.58 | - |
| YUV | 172.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 223 | 0.45 | 0.15 | 0 | 0.13 | 200.2 | 0.61 | 0.68 |
| Hex | 7A | BD | DF | 2D | F | 0 | D | C8 | 3D | 44 |
| Octal | 172 | 275 | 337 | 55 | 17 | 0 | 15 | 310 | 75 | 104 |
| Binary | 1111010 | 10111101 | 11011111 | 101101 | 1111 | 0 | 1101 | 11001000 | 111101 | 1000100 |
Color Harmonies of #7ABDDF
Complementary color
Monochromatic Colors of #7ABDDF
Black with #7ABDDF
Text Example
Text Example
White with #7ABDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDDF; }
p { color: rgb(122,189,223); }
H1.HeaderClassName
{
color: #7ABDDF;
}
.AnyTagClassName
{
color: #7ABDDF;
}
</style>
background-color css
<style>
a { background-color: #7ABDDF; }
a { background-color: rgb(122,189,223); }
div.DivClassName
{
background-color: #7ABDDF;
}
.BgClassName
{
background-color: #7ABDDF;
}
</style>
border-color css
<style>
span { border-color: #7ABDDF; }
span { border-color: rgb(122,189,223); }
td.TdClassName
{
border-color: #7ABDDF;
}
.TagClassName
{
border-color: #7ABDDF;
}
</style>