Shades of Seagull #78BACF
Tints of Seagull #78BACF
RGB
CMYK
RGB Variations
Color information
#78BACF (or 0x78BACF) is known color: Seagull. HEX triplet: 78, BA and CF. RGB value is (120,186,207). Sum of RGB (Red+Green+Blue) = 120+186+207=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #78BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BACF is #874530. Grayscale: #A8A8A8. Windows color (decimal): -8865073 or 13613688. OLE color: 13613688.
HSL color Cylindrical-coordinate representation of color #78BACF: hue angle of 194.48º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78BACF is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 186 | 207 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.19 |
| HSL | 194.48º | 0.48% | 0.64% | - |
| HSV(B) | 194.48º | 0.42% | 0.81% | - |
| XYZ | 36.57 | 43.62 | 65.52 | - |
| YUV | 168.66 | 149.63 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 207 | 0.42 | 0.10 | 0 | 0.19 | 194.48 | 0.48 | 0.64 |
| Hex | 78 | BA | CF | 2A | A | 0 | 13 | C2 | 30 | 40 |
| Octal | 170 | 272 | 317 | 52 | 12 | 0 | 23 | 302 | 60 | 100 |
| Binary | 1111000 | 10111010 | 11001111 | 101010 | 1010 | 0 | 10011 | 11000010 | 110000 | 1000000 |
Color Harmonies of #78BACF
Complementary color
Monochromatic Colors of #78BACF
Black with #78BACF
Text Example
Text Example
White with #78BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BACF; }
p { color: rgb(120,186,207); }
H1.HeaderClassName
{
color: #78BACF;
}
.AnyTagClassName
{
color: #78BACF;
}
</style>
background-color css
<style>
a { background-color: #78BACF; }
a { background-color: rgb(120,186,207); }
div.DivClassName
{
background-color: #78BACF;
}
.BgClassName
{
background-color: #78BACF;
}
</style>
border-color css
<style>
span { border-color: #78BACF; }
span { border-color: rgb(120,186,207); }
td.TdClassName
{
border-color: #78BACF;
}
.TagClassName
{
border-color: #78BACF;
}
</style>