Shades of Seagull #78BCD2
Tints of Seagull #78BCD2
RGB
CMYK
RGB Variations
Color information
#78BCD2 (or 0x78BCD2) is known color: Seagull. HEX triplet: 78, BC and D2. RGB value is (120,188,210). Sum of RGB (Red+Green+Blue) = 120+188+210=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #78BCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCD2 is #87432D. Grayscale: #AAAAAA. Windows color (decimal): -8864558 or 13810808. OLE color: 13810808.
HSL color Cylindrical-coordinate representation of color #78BCD2: hue angle of 194.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78BCD2 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 188 | 210 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.18 |
| HSL | 194.67º | 0.5% | 0.65% | - |
| HSV(B) | 194.67º | 0.43% | 0.82% | - |
| XYZ | 37.36 | 44.61 | 67.61 | - |
| YUV | 170.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 210 | 0.43 | 0.10 | 0 | 0.18 | 194.67 | 0.5 | 0.65 |
| Hex | 78 | BC | D2 | 2B | A | 0 | 12 | C3 | 32 | 41 |
| Octal | 170 | 274 | 322 | 53 | 12 | 0 | 22 | 303 | 62 | 101 |
| Binary | 1111000 | 10111100 | 11010010 | 101011 | 1010 | 0 | 10010 | 11000011 | 110010 | 1000001 |
Color Harmonies of #78BCD2
Complementary color
Monochromatic Colors of #78BCD2
Black with #78BCD2
Text Example
Text Example
White with #78BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCD2; }
p { color: rgb(120,188,210); }
H1.HeaderClassName
{
color: #78BCD2;
}
.AnyTagClassName
{
color: #78BCD2;
}
</style>
background-color css
<style>
a { background-color: #78BCD2; }
a { background-color: rgb(120,188,210); }
div.DivClassName
{
background-color: #78BCD2;
}
.BgClassName
{
background-color: #78BCD2;
}
</style>
border-color css
<style>
span { border-color: #78BCD2; }
span { border-color: rgb(120,188,210); }
td.TdClassName
{
border-color: #78BCD2;
}
.TagClassName
{
border-color: #78BCD2;
}
</style>