Shades of Seagull #78BFCC
Tints of Seagull #78BFCC
RGB
CMYK
RGB Variations
Color information
#78BFCC (or 0x78BFCC) is known color: Seagull. HEX triplet: 78, BF and CC. RGB value is (120,191,204). Sum of RGB (Red+Green+Blue) = 120+191+204=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #78BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFCC is #874033. Grayscale: #ABABAB. Windows color (decimal): -8863796 or 13418360. OLE color: 13418360.
HSL color Cylindrical-coordinate representation of color #78BFCC: hue angle of 189.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78BFCC is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 191 | 204 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.2 |
| HSL | 189.29º | 0.45% | 0.64% | - |
| HSV(B) | 189.29º | 0.41% | 0.8% | - |
| XYZ | 37.28 | 45.61 | 63.97 | - |
| YUV | 171.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 204 | 0.41 | 0.06 | 0 | 0.2 | 189.29 | 0.45 | 0.64 |
| Hex | 78 | BF | CC | 29 | 6 | 0 | 14 | BD | 2D | 40 |
| Octal | 170 | 277 | 314 | 51 | 6 | 0 | 24 | 275 | 55 | 100 |
| Binary | 1111000 | 10111111 | 11001100 | 101001 | 110 | 0 | 10100 | 10111101 | 101101 | 1000000 |
Color Harmonies of #78BFCC
Complementary color
Monochromatic Colors of #78BFCC
Black with #78BFCC
Text Example
Text Example
White with #78BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFCC; }
p { color: rgb(120,191,204); }
H1.HeaderClassName
{
color: #78BFCC;
}
.AnyTagClassName
{
color: #78BFCC;
}
</style>
background-color css
<style>
a { background-color: #78BFCC; }
a { background-color: rgb(120,191,204); }
div.DivClassName
{
background-color: #78BFCC;
}
.BgClassName
{
background-color: #78BFCC;
}
</style>
border-color css
<style>
span { border-color: #78BFCC; }
span { border-color: rgb(120,191,204); }
td.TdClassName
{
border-color: #78BFCC;
}
.TagClassName
{
border-color: #78BFCC;
}
</style>