Shades of Seagull #78BBE0
Tints of Seagull #78BBE0
RGB
CMYK
RGB Variations
Color information
#78BBE0 (or 0x78BBE0) is known color: Seagull. HEX triplet: 78, BB and E0. RGB value is (120,187,224). Sum of RGB (Red+Green+Blue) = 120+187+224=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #78BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBE0 is #87441F. Grayscale: #AAAAAA. Windows color (decimal): -8864800 or 14728056. OLE color: 14728056.
HSL color Cylindrical-coordinate representation of color #78BBE0: hue angle of 201.35º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78BBE0 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 187 | 224 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.12 |
| HSL | 201.35º | 0.63% | 0.67% | - |
| HSV(B) | 201.35º | 0.46% | 0.88% | - |
| XYZ | 38.97 | 44.92 | 77.14 | - |
| YUV | 171.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 224 | 0.46 | 0.17 | 0 | 0.12 | 201.35 | 0.63 | 0.67 |
| Hex | 78 | BB | E0 | 2E | 11 | 0 | C | C9 | 3F | 43 |
| Octal | 170 | 273 | 340 | 56 | 21 | 0 | 14 | 311 | 77 | 103 |
| Binary | 1111000 | 10111011 | 11100000 | 101110 | 10001 | 0 | 1100 | 11001001 | 111111 | 1000011 |
Color Harmonies of #78BBE0
Complementary color
Monochromatic Colors of #78BBE0
Black with #78BBE0
Text Example
Text Example
White with #78BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBE0; }
p { color: rgb(120,187,224); }
H1.HeaderClassName
{
color: #78BBE0;
}
.AnyTagClassName
{
color: #78BBE0;
}
</style>
background-color css
<style>
a { background-color: #78BBE0; }
a { background-color: rgb(120,187,224); }
div.DivClassName
{
background-color: #78BBE0;
}
.BgClassName
{
background-color: #78BBE0;
}
</style>
border-color css
<style>
span { border-color: #78BBE0; }
span { border-color: rgb(120,187,224); }
td.TdClassName
{
border-color: #78BBE0;
}
.TagClassName
{
border-color: #78BBE0;
}
</style>