Shades of Seagull #78BCCF
Tints of Seagull #78BCCF
RGB
CMYK
RGB Variations
Color information
#78BCCF (or 0x78BCCF) is known color: Seagull. HEX triplet: 78, BC and CF. RGB value is (120,188,207). Sum of RGB (Red+Green+Blue) = 120+188+207=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #78BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCCF is #874330. Grayscale: #A9A9A9. Windows color (decimal): -8864561 or 13614200. OLE color: 13614200.
HSL color Cylindrical-coordinate representation of color #78BCCF: hue angle of 193.1º 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 #78BCCF is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 188 | 207 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.19 |
| HSL | 193.1º | 0.48% | 0.64% | - |
| HSV(B) | 193.1º | 0.42% | 0.81% | - |
| XYZ | 36.99 | 44.46 | 65.66 | - |
| YUV | 169.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 207 | 0.42 | 0.09 | 0 | 0.19 | 193.1 | 0.48 | 0.64 |
| Hex | 78 | BC | CF | 2A | 9 | 0 | 13 | C1 | 30 | 40 |
| Octal | 170 | 274 | 317 | 52 | 11 | 0 | 23 | 301 | 60 | 100 |
| Binary | 1111000 | 10111100 | 11001111 | 101010 | 1001 | 0 | 10011 | 11000001 | 110000 | 1000000 |
Color Harmonies of #78BCCF
Complementary color
Monochromatic Colors of #78BCCF
Black with #78BCCF
Text Example
Text Example
White with #78BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCCF; }
p { color: rgb(120,188,207); }
H1.HeaderClassName
{
color: #78BCCF;
}
.AnyTagClassName
{
color: #78BCCF;
}
</style>
background-color css
<style>
a { background-color: #78BCCF; }
a { background-color: rgb(120,188,207); }
div.DivClassName
{
background-color: #78BCCF;
}
.BgClassName
{
background-color: #78BCCF;
}
</style>
border-color css
<style>
span { border-color: #78BCCF; }
span { border-color: rgb(120,188,207); }
td.TdClassName
{
border-color: #78BCCF;
}
.TagClassName
{
border-color: #78BCCF;
}
</style>