Shades of Seagull #78B4DB
Tints of Seagull #78B4DB
RGB
CMYK
RGB Variations
Color information
#78B4DB (or 0x78B4DB) is known color: Seagull. HEX triplet: 78, B4 and DB. RGB value is (120,180,219). Sum of RGB (Red+Green+Blue) = 120+180+219=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #78B4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B4DB is #874B24. Grayscale: #A6A6A6. Windows color (decimal): -8866597 or 14398584. OLE color: 14398584.
HSL color Cylindrical-coordinate representation of color #78B4DB: hue angle of 203.64º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78B4DB is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 180 | 219 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.14 |
| HSL | 203.64º | 0.58% | 0.66% | - |
| HSV(B) | 203.64º | 0.45% | 0.86% | - |
| XYZ | 36.85 | 41.75 | 73.13 | - |
| YUV | 166.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 180 | 219 | 0.45 | 0.18 | 0 | 0.14 | 203.64 | 0.58 | 0.66 |
| Hex | 78 | B4 | DB | 2D | 12 | 0 | E | CC | 3A | 42 |
| Octal | 170 | 264 | 333 | 55 | 22 | 0 | 16 | 314 | 72 | 102 |
| Binary | 1111000 | 10110100 | 11011011 | 101101 | 10010 | 0 | 1110 | 11001100 | 111010 | 1000010 |
Color Harmonies of #78B4DB
Complementary color
Monochromatic Colors of #78B4DB
Black with #78B4DB
Text Example
Text Example
White with #78B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B4DB; }
p { color: rgb(120,180,219); }
H1.HeaderClassName
{
color: #78B4DB;
}
.AnyTagClassName
{
color: #78B4DB;
}
</style>
background-color css
<style>
a { background-color: #78B4DB; }
a { background-color: rgb(120,180,219); }
div.DivClassName
{
background-color: #78B4DB;
}
.BgClassName
{
background-color: #78B4DB;
}
</style>
border-color css
<style>
span { border-color: #78B4DB; }
span { border-color: rgb(120,180,219); }
td.TdClassName
{
border-color: #78B4DB;
}
.TagClassName
{
border-color: #78B4DB;
}
</style>