Shades of Seagull #78BED3
Tints of Seagull #78BED3
RGB
CMYK
RGB Variations
Color information
#78BED3 (or 0x78BED3) is known color: Seagull. HEX triplet: 78, BE and D3. RGB value is (120,190,211). Sum of RGB (Red+Green+Blue) = 120+190+211=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #78BED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BED3 is #87412C. Grayscale: #ABABAB. Windows color (decimal): -8864045 or 13876856. OLE color: 13876856.
HSL color Cylindrical-coordinate representation of color #78BED3: hue angle of 193.85º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78BED3 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 190 | 211 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.17 |
| HSL | 193.85º | 0.51% | 0.65% | - |
| HSV(B) | 193.85º | 0.43% | 0.83% | - |
| XYZ | 37.92 | 45.52 | 68.42 | - |
| YUV | 171.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 211 | 0.43 | 0.10 | 0 | 0.17 | 193.85 | 0.51 | 0.65 |
| Hex | 78 | BE | D3 | 2B | A | 0 | 11 | C2 | 33 | 41 |
| Octal | 170 | 276 | 323 | 53 | 12 | 0 | 21 | 302 | 63 | 101 |
| Binary | 1111000 | 10111110 | 11010011 | 101011 | 1010 | 0 | 10001 | 11000010 | 110011 | 1000001 |
Color Harmonies of #78BED3
Complementary color
Monochromatic Colors of #78BED3
Black with #78BED3
Text Example
Text Example
White with #78BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BED3; }
p { color: rgb(120,190,211); }
H1.HeaderClassName
{
color: #78BED3;
}
.AnyTagClassName
{
color: #78BED3;
}
</style>
background-color css
<style>
a { background-color: #78BED3; }
a { background-color: rgb(120,190,211); }
div.DivClassName
{
background-color: #78BED3;
}
.BgClassName
{
background-color: #78BED3;
}
</style>
border-color css
<style>
span { border-color: #78BED3; }
span { border-color: rgb(120,190,211); }
td.TdClassName
{
border-color: #78BED3;
}
.TagClassName
{
border-color: #78BED3;
}
</style>