Shades of Seagull #78BFDC
Tints of Seagull #78BFDC
RGB
CMYK
RGB Variations
Color information
#78BFDC (or 0x78BFDC) is known color: Seagull. HEX triplet: 78, BF and DC. RGB value is (120,191,220). Sum of RGB (Red+Green+Blue) = 120+191+220=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #78BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFDC is #874023. Grayscale: #ACACAC. Windows color (decimal): -8863780 or 14466936. OLE color: 14466936.
HSL color Cylindrical-coordinate representation of color #78BFDC: hue angle of 197.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 #78BFDC is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 191 | 220 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.14 |
| HSL | 197.4º | 0.59% | 0.67% | - |
| HSV(B) | 197.4º | 0.45% | 0.86% | - |
| XYZ | 39.29 | 46.42 | 74.6 | - |
| YUV | 173.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 220 | 0.45 | 0.13 | 0 | 0.14 | 197.4 | 0.59 | 0.67 |
| Hex | 78 | BF | DC | 2D | D | 0 | E | C5 | 3B | 43 |
| Octal | 170 | 277 | 334 | 55 | 15 | 0 | 16 | 305 | 73 | 103 |
| Binary | 1111000 | 10111111 | 11011100 | 101101 | 1101 | 0 | 1110 | 11000101 | 111011 | 1000011 |
Color Harmonies of #78BFDC
Complementary color
Monochromatic Colors of #78BFDC
Black with #78BFDC
Text Example
Text Example
White with #78BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFDC; }
p { color: rgb(120,191,220); }
H1.HeaderClassName
{
color: #78BFDC;
}
.AnyTagClassName
{
color: #78BFDC;
}
</style>
background-color css
<style>
a { background-color: #78BFDC; }
a { background-color: rgb(120,191,220); }
div.DivClassName
{
background-color: #78BFDC;
}
.BgClassName
{
background-color: #78BFDC;
}
</style>
border-color css
<style>
span { border-color: #78BFDC; }
span { border-color: rgb(120,191,220); }
td.TdClassName
{
border-color: #78BFDC;
}
.TagClassName
{
border-color: #78BFDC;
}
</style>