Shades of Seagull #78B7DC
Tints of Seagull #78B7DC
RGB
CMYK
RGB Variations
Color information
#78B7DC (or 0x78B7DC) is known color: Seagull. HEX triplet: 78, B7 and DC. RGB value is (120,183,220). Sum of RGB (Red+Green+Blue) = 120+183+220=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #78B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B7DC is #874823. Grayscale: #A8A8A8. Windows color (decimal): -8865828 or 14464888. OLE color: 14464888.
HSL color Cylindrical-coordinate representation of color #78B7DC: hue angle of 202.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 #78B7DC is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 183 | 220 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.14 |
| HSL | 202.2º | 0.59% | 0.67% | - |
| HSV(B) | 202.2º | 0.45% | 0.86% | - |
| XYZ | 37.6 | 43.03 | 74.03 | - |
| YUV | 168.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 220 | 0.45 | 0.17 | 0 | 0.14 | 202.2 | 0.59 | 0.67 |
| Hex | 78 | B7 | DC | 2D | 11 | 0 | E | CA | 3B | 43 |
| Octal | 170 | 267 | 334 | 55 | 21 | 0 | 16 | 312 | 73 | 103 |
| Binary | 1111000 | 10110111 | 11011100 | 101101 | 10001 | 0 | 1110 | 11001010 | 111011 | 1000011 |
Color Harmonies of #78B7DC
Complementary color
Monochromatic Colors of #78B7DC
Black with #78B7DC
Text Example
Text Example
White with #78B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B7DC; }
p { color: rgb(120,183,220); }
H1.HeaderClassName
{
color: #78B7DC;
}
.AnyTagClassName
{
color: #78B7DC;
}
</style>
background-color css
<style>
a { background-color: #78B7DC; }
a { background-color: rgb(120,183,220); }
div.DivClassName
{
background-color: #78B7DC;
}
.BgClassName
{
background-color: #78B7DC;
}
</style>
border-color css
<style>
span { border-color: #78B7DC; }
span { border-color: rgb(120,183,220); }
td.TdClassName
{
border-color: #78B7DC;
}
.TagClassName
{
border-color: #78B7DC;
}
</style>