Shades of Seagull #78B8DF
Tints of Seagull #78B8DF
RGB
CMYK
RGB Variations
Color information
#78B8DF (or 0x78B8DF) is known color: Seagull. HEX triplet: 78, B8 and DF. RGB value is (120,184,223). Sum of RGB (Red+Green+Blue) = 120+184+223=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #78B8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B8DF is #874720. Grayscale: #A9A9A9. Windows color (decimal): -8865569 or 14661752. OLE color: 14661752.
HSL color Cylindrical-coordinate representation of color #78B8DF: hue angle of 202.72º 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 #78B8DF is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 184 | 223 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.13 |
| HSL | 202.72º | 0.62% | 0.67% | - |
| HSV(B) | 202.72º | 0.46% | 0.87% | - |
| XYZ | 38.21 | 43.6 | 76.21 | - |
| YUV | 169.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 223 | 0.46 | 0.17 | 0 | 0.13 | 202.72 | 0.62 | 0.67 |
| Hex | 78 | B8 | DF | 2E | 11 | 0 | D | CB | 3E | 43 |
| Octal | 170 | 270 | 337 | 56 | 21 | 0 | 15 | 313 | 76 | 103 |
| Binary | 1111000 | 10111000 | 11011111 | 101110 | 10001 | 0 | 1101 | 11001011 | 111110 | 1000011 |
Color Harmonies of #78B8DF
Complementary color
Monochromatic Colors of #78B8DF
Black with #78B8DF
Text Example
Text Example
White with #78B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B8DF; }
p { color: rgb(120,184,223); }
H1.HeaderClassName
{
color: #78B8DF;
}
.AnyTagClassName
{
color: #78B8DF;
}
</style>
background-color css
<style>
a { background-color: #78B8DF; }
a { background-color: rgb(120,184,223); }
div.DivClassName
{
background-color: #78B8DF;
}
.BgClassName
{
background-color: #78B8DF;
}
</style>
border-color css
<style>
span { border-color: #78B8DF; }
span { border-color: rgb(120,184,223); }
td.TdClassName
{
border-color: #78B8DF;
}
.TagClassName
{
border-color: #78B8DF;
}
</style>