Shades of Seagull #78BBCE
Tints of Seagull #78BBCE
RGB
CMYK
RGB Variations
Color information
#78BBCE (or 0x78BBCE) is known color: Seagull. HEX triplet: 78, BB and CE. RGB value is (120,187,206). Sum of RGB (Red+Green+Blue) = 120+187+206=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #78BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBCE is #874431. Grayscale: #A8A8A8. Windows color (decimal): -8864818 or 13548408. OLE color: 13548408.
HSL color Cylindrical-coordinate representation of color #78BBCE: hue angle of 193.26º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78BBCE is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 187 | 206 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.19 |
| HSL | 193.26º | 0.47% | 0.64% | - |
| HSV(B) | 193.26º | 0.42% | 0.81% | - |
| XYZ | 36.66 | 43.99 | 64.95 | - |
| YUV | 169.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 206 | 0.42 | 0.09 | 0 | 0.19 | 193.26 | 0.47 | 0.64 |
| Hex | 78 | BB | CE | 2A | 9 | 0 | 13 | C1 | 2F | 40 |
| Octal | 170 | 273 | 316 | 52 | 11 | 0 | 23 | 301 | 57 | 100 |
| Binary | 1111000 | 10111011 | 11001110 | 101010 | 1001 | 0 | 10011 | 11000001 | 101111 | 1000000 |
Color Harmonies of #78BBCE
Complementary color
Monochromatic Colors of #78BBCE
Black with #78BBCE
Text Example
Text Example
White with #78BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBCE; }
p { color: rgb(120,187,206); }
H1.HeaderClassName
{
color: #78BBCE;
}
.AnyTagClassName
{
color: #78BBCE;
}
</style>
background-color css
<style>
a { background-color: #78BBCE; }
a { background-color: rgb(120,187,206); }
div.DivClassName
{
background-color: #78BBCE;
}
.BgClassName
{
background-color: #78BBCE;
}
</style>
border-color css
<style>
span { border-color: #78BBCE; }
span { border-color: rgb(120,187,206); }
td.TdClassName
{
border-color: #78BBCE;
}
.TagClassName
{
border-color: #78BBCE;
}
</style>