Shades of Seagull #78A8CD
Tints of Seagull #78A8CD
RGB
CMYK
RGB Variations
Color information
#78A8CD (or 0x78A8CD) is known color: Seagull. HEX triplet: 78, A8 and CD. RGB value is (120,168,205). Sum of RGB (Red+Green+Blue) = 120+168+205=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #78A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8CD is #875732. Grayscale: #9D9D9D. Windows color (decimal): -8869683 or 13478008. OLE color: 13478008.
HSL color Cylindrical-coordinate representation of color #78A8CD: hue angle of 206.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78A8CD is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 168 | 205 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.20 |
| HSL | 206.12º | 0.46% | 0.64% | - |
| HSV(B) | 206.12º | 0.41% | 0.8% | - |
| XYZ | 32.77 | 36.41 | 63.06 | - |
| YUV | 157.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 205 | 0.41 | 0.18 | 0 | 0.20 | 206.12 | 0.46 | 0.64 |
| Hex | 78 | A8 | CD | 29 | 12 | 0 | 14 | CE | 2E | 40 |
| Octal | 170 | 250 | 315 | 51 | 22 | 0 | 24 | 316 | 56 | 100 |
| Binary | 1111000 | 10101000 | 11001101 | 101001 | 10010 | 0 | 10100 | 11001110 | 101110 | 1000000 |
Color Harmonies of #78A8CD
Complementary color
Monochromatic Colors of #78A8CD
Black with #78A8CD
Text Example
Text Example
White with #78A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8CD; }
p { color: rgb(120,168,205); }
H1.HeaderClassName
{
color: #78A8CD;
}
.AnyTagClassName
{
color: #78A8CD;
}
</style>
background-color css
<style>
a { background-color: #78A8CD; }
a { background-color: rgb(120,168,205); }
div.DivClassName
{
background-color: #78A8CD;
}
.BgClassName
{
background-color: #78A8CD;
}
</style>
border-color css
<style>
span { border-color: #78A8CD; }
span { border-color: rgb(120,168,205); }
td.TdClassName
{
border-color: #78A8CD;
}
.TagClassName
{
border-color: #78A8CD;
}
</style>