Shades of Seagull #78B5DC
Tints of Seagull #78B5DC
RGB
CMYK
RGB Variations
Color information
#78B5DC (or 0x78B5DC) is known color: Seagull. HEX triplet: 78, B5 and DC. RGB value is (120,181,220). Sum of RGB (Red+Green+Blue) = 120+181+220=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #78B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B5DC is #874A23. Grayscale: #A6A6A6. Windows color (decimal): -8866340 or 14464376. OLE color: 14464376.
HSL color Cylindrical-coordinate representation of color #78B5DC: hue angle of 203.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 #78B5DC is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 181 | 220 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.14 |
| HSL | 203.4º | 0.59% | 0.67% | - |
| HSV(B) | 203.4º | 0.45% | 0.86% | - |
| XYZ | 37.19 | 42.21 | 73.9 | - |
| YUV | 167.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 220 | 0.45 | 0.18 | 0 | 0.14 | 203.4 | 0.59 | 0.67 |
| Hex | 78 | B5 | DC | 2D | 12 | 0 | E | CB | 3B | 43 |
| Octal | 170 | 265 | 334 | 55 | 22 | 0 | 16 | 313 | 73 | 103 |
| Binary | 1111000 | 10110101 | 11011100 | 101101 | 10010 | 0 | 1110 | 11001011 | 111011 | 1000011 |
Color Harmonies of #78B5DC
Complementary color
Monochromatic Colors of #78B5DC
Black with #78B5DC
Text Example
Text Example
White with #78B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B5DC; }
p { color: rgb(120,181,220); }
H1.HeaderClassName
{
color: #78B5DC;
}
.AnyTagClassName
{
color: #78B5DC;
}
</style>
background-color css
<style>
a { background-color: #78B5DC; }
a { background-color: rgb(120,181,220); }
div.DivClassName
{
background-color: #78B5DC;
}
.BgClassName
{
background-color: #78B5DC;
}
</style>
border-color css
<style>
span { border-color: #78B5DC; }
span { border-color: rgb(120,181,220); }
td.TdClassName
{
border-color: #78B5DC;
}
.TagClassName
{
border-color: #78B5DC;
}
</style>