Shades of Seagull #78B8DA
Tints of Seagull #78B8DA
RGB
CMYK
RGB Variations
Color information
#78B8DA (or 0x78B8DA) is known color: Seagull. HEX triplet: 78, B8 and DA. RGB value is (120,184,218). Sum of RGB (Red+Green+Blue) = 120+184+218=522 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.99% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #78B8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B8DA is #874725. Grayscale: #A8A8A8. Windows color (decimal): -8865574 or 14334072. OLE color: 14334072.
HSL color Cylindrical-coordinate representation of color #78B8DA: hue angle of 200.82º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78B8DA is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 184 | 218 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.15 |
| HSL | 200.82º | 0.57% | 0.66% | - |
| HSV(B) | 200.82º | 0.45% | 0.85% | - |
| XYZ | 37.54 | 43.34 | 72.72 | - |
| YUV | 168.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 218 | 0.45 | 0.16 | 0 | 0.15 | 200.82 | 0.57 | 0.66 |
| Hex | 78 | B8 | DA | 2D | 10 | 0 | F | C9 | 39 | 42 |
| Octal | 170 | 270 | 332 | 55 | 20 | 0 | 17 | 311 | 71 | 102 |
| Binary | 1111000 | 10111000 | 11011010 | 101101 | 10000 | 0 | 1111 | 11001001 | 111001 | 1000010 |
Color Harmonies of #78B8DA
Complementary color
Monochromatic Colors of #78B8DA
Black with #78B8DA
Text Example
Text Example
White with #78B8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B8DA; }
p { color: rgb(120,184,218); }
H1.HeaderClassName
{
color: #78B8DA;
}
.AnyTagClassName
{
color: #78B8DA;
}
</style>
background-color css
<style>
a { background-color: #78B8DA; }
a { background-color: rgb(120,184,218); }
div.DivClassName
{
background-color: #78B8DA;
}
.BgClassName
{
background-color: #78B8DA;
}
</style>
border-color css
<style>
span { border-color: #78B8DA; }
span { border-color: rgb(120,184,218); }
td.TdClassName
{
border-color: #78B8DA;
}
.TagClassName
{
border-color: #78B8DA;
}
</style>