Shades of Seagull #78B5CF
Tints of Seagull #78B5CF
RGB
CMYK
RGB Variations
Color information
#78B5CF (or 0x78B5CF) is known color: Seagull. HEX triplet: 78, B5 and CF. RGB value is (120,181,207). Sum of RGB (Red+Green+Blue) = 120+181+207=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #78B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B5CF is #874A30. Grayscale: #A5A5A5. Windows color (decimal): -8866353 or 13612408. OLE color: 13612408.
HSL color Cylindrical-coordinate representation of color #78B5CF: hue angle of 197.93º 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 #78B5CF is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 181 | 207 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.19 |
| HSL | 197.93º | 0.48% | 0.64% | - |
| HSV(B) | 197.93º | 0.42% | 0.81% | - |
| XYZ | 35.53 | 41.55 | 65.18 | - |
| YUV | 165.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 207 | 0.42 | 0.13 | 0 | 0.19 | 197.93 | 0.48 | 0.64 |
| Hex | 78 | B5 | CF | 2A | D | 0 | 13 | C6 | 30 | 40 |
| Octal | 170 | 265 | 317 | 52 | 15 | 0 | 23 | 306 | 60 | 100 |
| Binary | 1111000 | 10110101 | 11001111 | 101010 | 1101 | 0 | 10011 | 11000110 | 110000 | 1000000 |
Color Harmonies of #78B5CF
Complementary color
Monochromatic Colors of #78B5CF
Black with #78B5CF
Text Example
Text Example
White with #78B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B5CF; }
p { color: rgb(120,181,207); }
H1.HeaderClassName
{
color: #78B5CF;
}
.AnyTagClassName
{
color: #78B5CF;
}
</style>
background-color css
<style>
a { background-color: #78B5CF; }
a { background-color: rgb(120,181,207); }
div.DivClassName
{
background-color: #78B5CF;
}
.BgClassName
{
background-color: #78B5CF;
}
</style>
border-color css
<style>
span { border-color: #78B5CF; }
span { border-color: rgb(120,181,207); }
td.TdClassName
{
border-color: #78B5CF;
}
.TagClassName
{
border-color: #78B5CF;
}
</style>