Shades of Seagull #78BADC
Tints of Seagull #78BADC
RGB
CMYK
RGB Variations
Color information
#78BADC (or 0x78BADC) is known color: Seagull. HEX triplet: 78, BA and DC. RGB value is (120,186,220). Sum of RGB (Red+Green+Blue) = 120+186+220=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #78BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BADC is #874523. Grayscale: #A9A9A9. Windows color (decimal): -8865060 or 14465656. OLE color: 14465656.
HSL color Cylindrical-coordinate representation of color #78BADC: hue angle of 200.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78BADC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 186 | 220 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.14 |
| HSL | 200.4º | 0.59% | 0.67% | - |
| HSV(B) | 200.4º | 0.45% | 0.86% | - |
| XYZ | 38.22 | 44.28 | 74.24 | - |
| YUV | 170.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 220 | 0.45 | 0.15 | 0 | 0.14 | 200.4 | 0.59 | 0.67 |
| Hex | 78 | BA | DC | 2D | F | 0 | E | C8 | 3B | 43 |
| Octal | 170 | 272 | 334 | 55 | 17 | 0 | 16 | 310 | 73 | 103 |
| Binary | 1111000 | 10111010 | 11011100 | 101101 | 1111 | 0 | 1110 | 11001000 | 111011 | 1000011 |
Color Harmonies of #78BADC
Complementary color
Monochromatic Colors of #78BADC
Black with #78BADC
Text Example
Text Example
White with #78BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BADC; }
p { color: rgb(120,186,220); }
H1.HeaderClassName
{
color: #78BADC;
}
.AnyTagClassName
{
color: #78BADC;
}
</style>
background-color css
<style>
a { background-color: #78BADC; }
a { background-color: rgb(120,186,220); }
div.DivClassName
{
background-color: #78BADC;
}
.BgClassName
{
background-color: #78BADC;
}
</style>
border-color css
<style>
span { border-color: #78BADC; }
span { border-color: rgb(120,186,220); }
td.TdClassName
{
border-color: #78BADC;
}
.TagClassName
{
border-color: #78BADC;
}
</style>