Shades of Seagull #78B6DB
Tints of Seagull #78B6DB
RGB
CMYK
RGB Variations
Color information
#78B6DB (or 0x78B6DB) is known color: Seagull. HEX triplet: 78, B6 and DB. RGB value is (120,182,219). Sum of RGB (Red+Green+Blue) = 120+182+219=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #78B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B6DB is #874924. Grayscale: #A7A7A7. Windows color (decimal): -8866085 or 14399096. OLE color: 14399096.
HSL color Cylindrical-coordinate representation of color #78B6DB: hue angle of 202.42º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78B6DB is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 182 | 219 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.14 |
| HSL | 202.42º | 0.58% | 0.66% | - |
| HSV(B) | 202.42º | 0.45% | 0.86% | - |
| XYZ | 37.26 | 42.56 | 73.27 | - |
| YUV | 167.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 182 | 219 | 0.45 | 0.17 | 0 | 0.14 | 202.42 | 0.58 | 0.66 |
| Hex | 78 | B6 | DB | 2D | 11 | 0 | E | CA | 3A | 42 |
| Octal | 170 | 266 | 333 | 55 | 21 | 0 | 16 | 312 | 72 | 102 |
| Binary | 1111000 | 10110110 | 11011011 | 101101 | 10001 | 0 | 1110 | 11001010 | 111010 | 1000010 |
Color Harmonies of #78B6DB
Complementary color
Monochromatic Colors of #78B6DB
Black with #78B6DB
Text Example
Text Example
White with #78B6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B6DB; }
p { color: rgb(120,182,219); }
H1.HeaderClassName
{
color: #78B6DB;
}
.AnyTagClassName
{
color: #78B6DB;
}
</style>
background-color css
<style>
a { background-color: #78B6DB; }
a { background-color: rgb(120,182,219); }
div.DivClassName
{
background-color: #78B6DB;
}
.BgClassName
{
background-color: #78B6DB;
}
</style>
border-color css
<style>
span { border-color: #78B6DB; }
span { border-color: rgb(120,182,219); }
td.TdClassName
{
border-color: #78B6DB;
}
.TagClassName
{
border-color: #78B6DB;
}
</style>