Shades of Seagull #78BEDA
Tints of Seagull #78BEDA
RGB
CMYK
RGB Variations
Color information
#78BEDA (or 0x78BEDA) is known color: Seagull. HEX triplet: 78, BE and DA. RGB value is (120,190,218). Sum of RGB (Red+Green+Blue) = 120+190+218=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #78BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BEDA is #874125. Grayscale: #ACACAC. Windows color (decimal): -8864038 or 14335608. OLE color: 14335608.
HSL color Cylindrical-coordinate representation of color #78BEDA: hue angle of 197.14º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78BEDA is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 190 | 218 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.15 |
| HSL | 197.14º | 0.57% | 0.66% | - |
| HSV(B) | 197.14º | 0.45% | 0.85% | - |
| XYZ | 38.81 | 45.88 | 73.14 | - |
| YUV | 172.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 218 | 0.45 | 0.13 | 0 | 0.15 | 197.14 | 0.57 | 0.66 |
| Hex | 78 | BE | DA | 2D | D | 0 | F | C5 | 39 | 42 |
| Octal | 170 | 276 | 332 | 55 | 15 | 0 | 17 | 305 | 71 | 102 |
| Binary | 1111000 | 10111110 | 11011010 | 101101 | 1101 | 0 | 1111 | 11000101 | 111001 | 1000010 |
Color Harmonies of #78BEDA
Complementary color
Monochromatic Colors of #78BEDA
Black with #78BEDA
Text Example
Text Example
White with #78BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEDA; }
p { color: rgb(120,190,218); }
H1.HeaderClassName
{
color: #78BEDA;
}
.AnyTagClassName
{
color: #78BEDA;
}
</style>
background-color css
<style>
a { background-color: #78BEDA; }
a { background-color: rgb(120,190,218); }
div.DivClassName
{
background-color: #78BEDA;
}
.BgClassName
{
background-color: #78BEDA;
}
</style>
border-color css
<style>
span { border-color: #78BEDA; }
span { border-color: rgb(120,190,218); }
td.TdClassName
{
border-color: #78BEDA;
}
.TagClassName
{
border-color: #78BEDA;
}
</style>