Shades of Seagull #78BCDB
Tints of Seagull #78BCDB
RGB
CMYK
RGB Variations
Color information
#78BCDB (or 0x78BCDB) is known color: Seagull. HEX triplet: 78, BC and DB. RGB value is (120,188,219). Sum of RGB (Red+Green+Blue) = 120+188+219=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #78BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCDB is #874324. Grayscale: #ABABAB. Windows color (decimal): -8864549 or 14400632. OLE color: 14400632.
HSL color Cylindrical-coordinate representation of color #78BCDB: hue angle of 198.79º 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 #78BCDB is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 188 | 219 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.14 |
| HSL | 198.79º | 0.58% | 0.66% | - |
| HSV(B) | 198.79º | 0.45% | 0.86% | - |
| XYZ | 38.52 | 45.07 | 73.69 | - |
| YUV | 171.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 219 | 0.45 | 0.14 | 0 | 0.14 | 198.79 | 0.58 | 0.66 |
| Hex | 78 | BC | DB | 2D | E | 0 | E | C7 | 3A | 42 |
| Octal | 170 | 274 | 333 | 55 | 16 | 0 | 16 | 307 | 72 | 102 |
| Binary | 1111000 | 10111100 | 11011011 | 101101 | 1110 | 0 | 1110 | 11000111 | 111010 | 1000010 |
Color Harmonies of #78BCDB
Complementary color
Monochromatic Colors of #78BCDB
Black with #78BCDB
Text Example
Text Example
White with #78BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCDB; }
p { color: rgb(120,188,219); }
H1.HeaderClassName
{
color: #78BCDB;
}
.AnyTagClassName
{
color: #78BCDB;
}
</style>
background-color css
<style>
a { background-color: #78BCDB; }
a { background-color: rgb(120,188,219); }
div.DivClassName
{
background-color: #78BCDB;
}
.BgClassName
{
background-color: #78BCDB;
}
</style>
border-color css
<style>
span { border-color: #78BCDB; }
span { border-color: rgb(120,188,219); }
td.TdClassName
{
border-color: #78BCDB;
}
.TagClassName
{
border-color: #78BCDB;
}
</style>