Shades of Seagull #78BCDF
Tints of Seagull #78BCDF
RGB
CMYK
RGB Variations
Color information
#78BCDF (or 0x78BCDF) is known color: Seagull. HEX triplet: 78, BC and DF. RGB value is (120,188,223). Sum of RGB (Red+Green+Blue) = 120+188+223=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #78BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCDF is #874320. Grayscale: #ABABAB. Windows color (decimal): -8864545 or 14662776. OLE color: 14662776.
HSL color Cylindrical-coordinate representation of color #78BCDF: hue angle of 200.39º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78BCDF is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 188 | 223 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.13 |
| HSL | 200.39º | 0.62% | 0.67% | - |
| HSV(B) | 200.39º | 0.46% | 0.87% | - |
| XYZ | 39.05 | 45.29 | 76.5 | - |
| YUV | 171.66 | 156.97 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 223 | 0.46 | 0.16 | 0 | 0.13 | 200.39 | 0.62 | 0.67 |
| Hex | 78 | BC | DF | 2E | 10 | 0 | D | C8 | 3E | 43 |
| Octal | 170 | 274 | 337 | 56 | 20 | 0 | 15 | 310 | 76 | 103 |
| Binary | 1111000 | 10111100 | 11011111 | 101110 | 10000 | 0 | 1101 | 11001000 | 111110 | 1000011 |
Color Harmonies of #78BCDF
Complementary color
Monochromatic Colors of #78BCDF
Black with #78BCDF
Text Example
Text Example
White with #78BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCDF; }
p { color: rgb(120,188,223); }
H1.HeaderClassName
{
color: #78BCDF;
}
.AnyTagClassName
{
color: #78BCDF;
}
</style>
background-color css
<style>
a { background-color: #78BCDF; }
a { background-color: rgb(120,188,223); }
div.DivClassName
{
background-color: #78BCDF;
}
.BgClassName
{
background-color: #78BCDF;
}
</style>
border-color css
<style>
span { border-color: #78BCDF; }
span { border-color: rgb(120,188,223); }
td.TdClassName
{
border-color: #78BCDF;
}
.TagClassName
{
border-color: #78BCDF;
}
</style>