Shades of Seagull #78BCDD
Tints of Seagull #78BCDD
RGB
CMYK
RGB Variations
Color information
#78BCDD (or 0x78BCDD) is known color: Seagull. HEX triplet: 78, BC and DD. RGB value is (120,188,221). Sum of RGB (Red+Green+Blue) = 120+188+221=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #78BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCDD is #874322. Grayscale: #ABABAB. Windows color (decimal): -8864547 or 14531704. OLE color: 14531704.
HSL color Cylindrical-coordinate representation of color #78BCDD: hue angle of 199.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78BCDD is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 188 | 221 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.13 |
| HSL | 199.6º | 0.6% | 0.67% | - |
| HSV(B) | 199.6º | 0.46% | 0.87% | - |
| XYZ | 38.78 | 45.18 | 75.08 | - |
| YUV | 171.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 221 | 0.46 | 0.15 | 0 | 0.13 | 199.6 | 0.6 | 0.67 |
| Hex | 78 | BC | DD | 2E | F | 0 | D | C8 | 3C | 43 |
| Octal | 170 | 274 | 335 | 56 | 17 | 0 | 15 | 310 | 74 | 103 |
| Binary | 1111000 | 10111100 | 11011101 | 101110 | 1111 | 0 | 1101 | 11001000 | 111100 | 1000011 |
Color Harmonies of #78BCDD
Complementary color
Monochromatic Colors of #78BCDD
Black with #78BCDD
Text Example
Text Example
White with #78BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCDD; }
p { color: rgb(120,188,221); }
H1.HeaderClassName
{
color: #78BCDD;
}
.AnyTagClassName
{
color: #78BCDD;
}
</style>
background-color css
<style>
a { background-color: #78BCDD; }
a { background-color: rgb(120,188,221); }
div.DivClassName
{
background-color: #78BCDD;
}
.BgClassName
{
background-color: #78BCDD;
}
</style>
border-color css
<style>
span { border-color: #78BCDD; }
span { border-color: rgb(120,188,221); }
td.TdClassName
{
border-color: #78BCDD;
}
.TagClassName
{
border-color: #78BCDD;
}
</style>