Shades of Seagull #78BFD1
Tints of Seagull #78BFD1
RGB
CMYK
RGB Variations
Color information
#78BFD1 (or 0x78BFD1) is known color: Seagull. HEX triplet: 78, BF and D1. RGB value is (120,191,209). Sum of RGB (Red+Green+Blue) = 120+191+209=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #78BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFD1 is #87402E. Grayscale: #ABABAB. Windows color (decimal): -8863791 or 13746040. OLE color: 13746040.
HSL color Cylindrical-coordinate representation of color #78BFD1: hue angle of 192.13º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78BFD1 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 191 | 209 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.18 |
| HSL | 192.13º | 0.49% | 0.65% | - |
| HSV(B) | 192.13º | 0.43% | 0.82% | - |
| XYZ | 37.89 | 45.86 | 67.18 | - |
| YUV | 171.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 209 | 0.43 | 0.09 | 0 | 0.18 | 192.13 | 0.49 | 0.65 |
| Hex | 78 | BF | D1 | 2B | 9 | 0 | 12 | C0 | 31 | 41 |
| Octal | 170 | 277 | 321 | 53 | 11 | 0 | 22 | 300 | 61 | 101 |
| Binary | 1111000 | 10111111 | 11010001 | 101011 | 1001 | 0 | 10010 | 11000000 | 110001 | 1000001 |
Color Harmonies of #78BFD1
Complementary color
Monochromatic Colors of #78BFD1
Black with #78BFD1
Text Example
Text Example
White with #78BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFD1; }
p { color: rgb(120,191,209); }
H1.HeaderClassName
{
color: #78BFD1;
}
.AnyTagClassName
{
color: #78BFD1;
}
</style>
background-color css
<style>
a { background-color: #78BFD1; }
a { background-color: rgb(120,191,209); }
div.DivClassName
{
background-color: #78BFD1;
}
.BgClassName
{
background-color: #78BFD1;
}
</style>
border-color css
<style>
span { border-color: #78BFD1; }
span { border-color: rgb(120,191,209); }
td.TdClassName
{
border-color: #78BFD1;
}
.TagClassName
{
border-color: #78BFD1;
}
</style>