Shades of Seagull #7AB9DF
Tints of Seagull #7AB9DF
RGB
CMYK
RGB Variations
Color information
#7AB9DF (or 0x7AB9DF) is known color: Seagull. HEX triplet: 7A, B9 and DF. RGB value is (122,185,223). Sum of RGB (Red+Green+Blue) = 122+185+223=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AB9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB9DF is #854620. Grayscale: #AAAAAA. Windows color (decimal): -8734241 or 14662010. OLE color: 14662010.
HSL color Cylindrical-coordinate representation of color #7AB9DF: hue angle of 202.57º 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 #7AB9DF is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 185 | 223 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.13 |
| HSL | 202.57º | 0.61% | 0.68% | - |
| HSV(B) | 202.57º | 0.45% | 0.87% | - |
| XYZ | 38.69 | 44.16 | 76.3 | - |
| YUV | 170.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 223 | 0.45 | 0.17 | 0 | 0.13 | 202.57 | 0.61 | 0.68 |
| Hex | 7A | B9 | DF | 2D | 11 | 0 | D | CB | 3D | 44 |
| Octal | 172 | 271 | 337 | 55 | 21 | 0 | 15 | 313 | 75 | 104 |
| Binary | 1111010 | 10111001 | 11011111 | 101101 | 10001 | 0 | 1101 | 11001011 | 111101 | 1000100 |
Color Harmonies of #7AB9DF
Complementary color
Monochromatic Colors of #7AB9DF
Black with #7AB9DF
Text Example
Text Example
White with #7AB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB9DF; }
p { color: rgb(122,185,223); }
H1.HeaderClassName
{
color: #7AB9DF;
}
.AnyTagClassName
{
color: #7AB9DF;
}
</style>
background-color css
<style>
a { background-color: #7AB9DF; }
a { background-color: rgb(122,185,223); }
div.DivClassName
{
background-color: #7AB9DF;
}
.BgClassName
{
background-color: #7AB9DF;
}
</style>
border-color css
<style>
span { border-color: #7AB9DF; }
span { border-color: rgb(122,185,223); }
td.TdClassName
{
border-color: #7AB9DF;
}
.TagClassName
{
border-color: #7AB9DF;
}
</style>