Shades of Seagull #78B8CF
Tints of Seagull #78B8CF
RGB
CMYK
RGB Variations
Color information
#78B8CF (or 0x78B8CF) is known color: Seagull. HEX triplet: 78, B8 and CF. RGB value is (120,184,207). Sum of RGB (Red+Green+Blue) = 120+184+207=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #78B8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B8CF is #874730. Grayscale: #A7A7A7. Windows color (decimal): -8865585 or 13613176. OLE color: 13613176.
HSL color Cylindrical-coordinate representation of color #78B8CF: hue angle of 195.86º 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 #78B8CF is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 184 | 207 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.19 |
| HSL | 195.86º | 0.48% | 0.64% | - |
| HSV(B) | 195.86º | 0.42% | 0.81% | - |
| XYZ | 36.15 | 42.78 | 65.38 | - |
| YUV | 167.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 207 | 0.42 | 0.11 | 0 | 0.19 | 195.86 | 0.48 | 0.64 |
| Hex | 78 | B8 | CF | 2A | B | 0 | 13 | C4 | 30 | 40 |
| Octal | 170 | 270 | 317 | 52 | 13 | 0 | 23 | 304 | 60 | 100 |
| Binary | 1111000 | 10111000 | 11001111 | 101010 | 1011 | 0 | 10011 | 11000100 | 110000 | 1000000 |
Color Harmonies of #78B8CF
Complementary color
Monochromatic Colors of #78B8CF
Black with #78B8CF
Text Example
Text Example
White with #78B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B8CF; }
p { color: rgb(120,184,207); }
H1.HeaderClassName
{
color: #78B8CF;
}
.AnyTagClassName
{
color: #78B8CF;
}
</style>
background-color css
<style>
a { background-color: #78B8CF; }
a { background-color: rgb(120,184,207); }
div.DivClassName
{
background-color: #78B8CF;
}
.BgClassName
{
background-color: #78B8CF;
}
</style>
border-color css
<style>
span { border-color: #78B8CF; }
span { border-color: rgb(120,184,207); }
td.TdClassName
{
border-color: #78B8CF;
}
.TagClassName
{
border-color: #78B8CF;
}
</style>