Shades of Seagull #78BCDC
Tints of Seagull #78BCDC
RGB
CMYK
RGB Variations
Color information
#78BCDC (or 0x78BCDC) is known color: Seagull. HEX triplet: 78, BC and DC. RGB value is (120,188,220). Sum of RGB (Red+Green+Blue) = 120+188+220=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #78BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCDC is #874323. Grayscale: #ABABAB. Windows color (decimal): -8864548 or 14466168. OLE color: 14466168.
HSL color Cylindrical-coordinate representation of color #78BCDC: hue angle of 199.2º 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 #78BCDC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 188 | 220 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.14 |
| HSL | 199.2º | 0.59% | 0.67% | - |
| HSV(B) | 199.2º | 0.45% | 0.86% | - |
| XYZ | 38.65 | 45.13 | 74.38 | - |
| YUV | 171.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 220 | 0.45 | 0.15 | 0 | 0.14 | 199.2 | 0.59 | 0.67 |
| Hex | 78 | BC | DC | 2D | F | 0 | E | C7 | 3B | 43 |
| Octal | 170 | 274 | 334 | 55 | 17 | 0 | 16 | 307 | 73 | 103 |
| Binary | 1111000 | 10111100 | 11011100 | 101101 | 1111 | 0 | 1110 | 11000111 | 111011 | 1000011 |
Color Harmonies of #78BCDC
Complementary color
Monochromatic Colors of #78BCDC
Black with #78BCDC
Text Example
Text Example
White with #78BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCDC; }
p { color: rgb(120,188,220); }
H1.HeaderClassName
{
color: #78BCDC;
}
.AnyTagClassName
{
color: #78BCDC;
}
</style>
background-color css
<style>
a { background-color: #78BCDC; }
a { background-color: rgb(120,188,220); }
div.DivClassName
{
background-color: #78BCDC;
}
.BgClassName
{
background-color: #78BCDC;
}
</style>
border-color css
<style>
span { border-color: #78BCDC; }
span { border-color: rgb(120,188,220); }
td.TdClassName
{
border-color: #78BCDC;
}
.TagClassName
{
border-color: #78BCDC;
}
</style>