Shades of Seagull #78A9CA
Tints of Seagull #78A9CA
RGB
CMYK
RGB Variations
Color information
#78A9CA (or 0x78A9CA) is known color: Seagull. HEX triplet: 78, A9 and CA. RGB value is (120,169,202). Sum of RGB (Red+Green+Blue) = 120+169+202=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #78A9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A9CA is #875635. Grayscale: #9D9D9D. Windows color (decimal): -8869430 or 13281656. OLE color: 13281656.
HSL color Cylindrical-coordinate representation of color #78A9CA: hue angle of 204.15º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78A9CA is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 169 | 202 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.21 |
| HSL | 204.15º | 0.44% | 0.63% | - |
| HSV(B) | 204.15º | 0.41% | 0.79% | - |
| XYZ | 32.59 | 36.63 | 61.23 | - |
| YUV | 158.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 169 | 202 | 0.41 | 0.16 | 0 | 0.21 | 204.15 | 0.44 | 0.63 |
| Hex | 78 | A9 | CA | 29 | 10 | 0 | 15 | CC | 2C | 3F |
| Octal | 170 | 251 | 312 | 51 | 20 | 0 | 25 | 314 | 54 | 77 |
| Binary | 1111000 | 10101001 | 11001010 | 101001 | 10000 | 0 | 10101 | 11001100 | 101100 | 111111 |
Color Harmonies of #78A9CA
Complementary color
Monochromatic Colors of #78A9CA
Black with #78A9CA
Text Example
Text Example
White with #78A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A9CA; }
p { color: rgb(120,169,202); }
H1.HeaderClassName
{
color: #78A9CA;
}
.AnyTagClassName
{
color: #78A9CA;
}
</style>
background-color css
<style>
a { background-color: #78A9CA; }
a { background-color: rgb(120,169,202); }
div.DivClassName
{
background-color: #78A9CA;
}
.BgClassName
{
background-color: #78A9CA;
}
</style>
border-color css
<style>
span { border-color: #78A9CA; }
span { border-color: rgb(120,169,202); }
td.TdClassName
{
border-color: #78A9CA;
}
.TagClassName
{
border-color: #78A9CA;
}
</style>